public class ParserServiceImpl extends Object implements ParserService
| Constructor and Description |
|---|
ParserServiceImpl(NamespaceHandlerRegistry nhr,
boolean ignoreUnknownNamespaceHandlers) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ParserServiceImpl(NamespaceHandlerRegistry nhr, boolean ignoreUnknownNamespaceHandlers)
public org.apache.aries.blueprint.ComponentDefinitionRegistry parse(URL url, org.osgi.framework.Bundle clientBundle) throws Exception
ParserServiceparse in interface ParserServiceurl - URL reference to the blueprint xml to parseclientBundle - The client's bundleExceptionpublic org.apache.aries.blueprint.ComponentDefinitionRegistry parse(URL url, org.osgi.framework.Bundle clientBundle, boolean validate) throws Exception
ParserServiceparse in interface ParserServiceurl - URL reference to the blueprint xml to parseclientBundle - The client's bundlevalidate - Indicates whether or not to validate the blueprint xmlExceptionpublic org.apache.aries.blueprint.ComponentDefinitionRegistry parse(List<URL> urls, org.osgi.framework.Bundle clientBundle) throws Exception
ParserServiceparse in interface ParserServiceurls - URL reference to the blueprint xml to parseclientBundle - The client's bundleExceptionpublic org.apache.aries.blueprint.ComponentDefinitionRegistry parse(List<URL> urls, org.osgi.framework.Bundle clientBundle, boolean validate) throws Exception
ParserServiceparse in interface ParserServiceurls - URL reference to the blueprint xml to parseclientBundle - The client's bundlevalidate - Indicates whether or not to validate the blueprint xmlExceptionpublic org.apache.aries.blueprint.ComponentDefinitionRegistry parse(InputStream is, org.osgi.framework.Bundle clientBundle) throws Exception
ParserServiceparse in interface ParserServiceis - InputStream containing blueprint xml.clientBundle - The client's bundleExceptionpublic org.apache.aries.blueprint.ComponentDefinitionRegistry parse(InputStream is, org.osgi.framework.Bundle clientBundle, boolean validate) throws Exception
ParserServiceparse in interface ParserServiceis - Input stream containing blueprint xmlclientBundle - The client's bundlevalidate - Indicates whether or not to validate the blueprint xmlExceptionCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.