org.apache.aries.application.modelling.impl
Class ParserProxyImpl
java.lang.Object
org.apache.aries.application.modelling.impl.ParserProxyImpl
- All Implemented Interfaces:
- ParserProxy
public class ParserProxyImpl
- extends Object
- implements ParserProxy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserProxyImpl
public ParserProxyImpl()
setParserService
public void setParserService(org.apache.aries.blueprint.ParserService p)
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext b)
setModellingManager
public void setModellingManager(ModellingManager m)
parse
public List<? extends WrappedServiceMetadata> parse(List<URL> blueprintsToParse)
throws Exception
- Specified by:
parse in interface ParserProxy
- Throws:
Exception
parse
public List<? extends WrappedServiceMetadata> parse(URL blueprintToParse)
throws Exception
- Specified by:
parse in interface ParserProxy
- Throws:
Exception
parse
public List<? extends WrappedServiceMetadata> parse(InputStream blueprintToParse)
throws Exception
- Specified by:
parse in interface ParserProxy
- Throws:
Exception
parseAllServiceElements
public ParsedServiceElements parseAllServiceElements(InputStream blueprintToParse)
throws Exception
- Specified by:
parseAllServiceElements in interface ParserProxy
- Throws:
Exception
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.