|
||||||||||
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 | |
---|---|
ComponentDefinitionRegistry |
parse(java.io.InputStream is,
org.osgi.framework.Bundle clientBundle)
Parse a single InputStream containing blueprint xml. |
ComponentDefinitionRegistry |
parse(java.io.InputStream is,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse a single InputStream containing blueprint xml. |
ComponentDefinitionRegistry |
parse(java.util.List<java.net.URL> urls,
org.osgi.framework.Bundle clientBundle)
Parse blueprint xml referred to by a list of URLs. |
ComponentDefinitionRegistry |
parse(java.util.List<java.net.URL> urls,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse blueprint xml referred to by a list of URLs. |
ComponentDefinitionRegistry |
parse(java.net.URL url,
org.osgi.framework.Bundle clientBundle)
Parse blueprint xml referred to by a single URL. |
ComponentDefinitionRegistry |
parse(java.net.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 ComponentDefinitionRegistry parse(java.net.URL url, org.osgi.framework.Bundle clientBundle) throws java.lang.Exception
ParserService
parse
in interface ParserService
url
- URL reference to the blueprint xml to parseclientBundle
- The client's bundle
java.lang.Exception
public ComponentDefinitionRegistry parse(java.net.URL url, org.osgi.framework.Bundle clientBundle, boolean validate) throws java.lang.Exception
ParserService
parse
in interface ParserService
url
- URL reference to the blueprint xml to parseclientBundle
- The client's bundlevalidate
- Indicates whether or not to validate the blueprint xml
java.lang.Exception
public ComponentDefinitionRegistry parse(java.util.List<java.net.URL> urls, org.osgi.framework.Bundle clientBundle) throws java.lang.Exception
ParserService
parse
in interface ParserService
urls
- URL reference to the blueprint xml to parseclientBundle
- The client's bundle
java.lang.Exception
public ComponentDefinitionRegistry parse(java.util.List<java.net.URL> urls, org.osgi.framework.Bundle clientBundle, boolean validate) throws java.lang.Exception
ParserService
parse
in interface ParserService
urls
- URL reference to the blueprint xml to parseclientBundle
- The client's bundlevalidate
- Indicates whether or not to validate the blueprint xml
java.lang.Exception
public ComponentDefinitionRegistry parse(java.io.InputStream is, org.osgi.framework.Bundle clientBundle) throws java.lang.Exception
ParserService
parse
in interface ParserService
is
- InputStream containing blueprint xml.clientBundle
- The client's bundle
java.lang.Exception
public ComponentDefinitionRegistry parse(java.io.InputStream is, org.osgi.framework.Bundle clientBundle, boolean validate) throws java.lang.Exception
ParserService
parse
in interface ParserService
is
- Input stream containing blueprint xmlclientBundle
- The client's bundlevalidate
- Indicates whether or not to validate the blueprint xml
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |