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