|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.aries.blueprint.container.ParserServiceImpl
public class ParserServiceImpl
| Constructor Summary | |
|---|---|
ParserServiceImpl(NamespaceHandlerRegistry nhr)
|
|
| Method Summary | |
|---|---|
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(InputStream is,
org.osgi.framework.Bundle clientBundle)
Parse a single InputStream containing blueprint xml. |
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(InputStream is,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse a single InputStream containing blueprint xml. |
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle)
Parse blueprint xml referred to by a list of URLs. |
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse blueprint xml referred to by a list of URLs. |
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(URL url,
org.osgi.framework.Bundle clientBundle)
Parse blueprint xml referred to by a single URL. |
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(URL url,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse blueprint xml referred to by a single URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserServiceImpl(NamespaceHandlerRegistry nhr)
| Method Detail |
|---|
public org.apache.aries.blueprint.ComponentDefinitionRegistry parse(URL url,
org.osgi.framework.Bundle clientBundle)
throws Exception
ParserService
parse in interface ParserServiceurl - URL reference to the blueprint xml to parseclientBundle - The client's bundle
Exception
public org.apache.aries.blueprint.ComponentDefinitionRegistry parse(URL url,
org.osgi.framework.Bundle clientBundle,
boolean validate)
throws Exception
ParserService
parse in interface ParserServiceurl - URL reference to the blueprint xml to parseclientBundle - The client's bundlevalidate - Indicates whether or not to validate the blueprint xml
Exception
public org.apache.aries.blueprint.ComponentDefinitionRegistry parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle)
throws Exception
ParserService
parse in interface ParserServiceurls - URL reference to the blueprint xml to parseclientBundle - The client's bundle
Exception
public org.apache.aries.blueprint.ComponentDefinitionRegistry parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle,
boolean validate)
throws Exception
ParserService
parse in interface ParserServiceurls - URL reference to the blueprint xml to parseclientBundle - The client's bundlevalidate - Indicates whether or not to validate the blueprint xml
Exception
public org.apache.aries.blueprint.ComponentDefinitionRegistry parse(InputStream is,
org.osgi.framework.Bundle clientBundle)
throws Exception
ParserService
parse in interface ParserServiceis - InputStream containing blueprint xml.clientBundle - The client's bundle
Exception
public org.apache.aries.blueprint.ComponentDefinitionRegistry parse(InputStream is,
org.osgi.framework.Bundle clientBundle,
boolean validate)
throws Exception
ParserService
parse in interface ParserServiceis - Input stream containing blueprint xmlclientBundle - The client's bundlevalidate - Indicates whether or not to validate the blueprint xml
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||