org.apache.aries.application.modelling.impl
Class ParserProxyImpl

java.lang.Object
  extended by org.apache.aries.application.modelling.impl.ParserProxyImpl
All Implemented Interfaces:
ParserProxy

public class ParserProxyImpl
extends Object
implements ParserProxy


Constructor Summary
ParserProxyImpl()
           
 
Method Summary
 List<? extends WrappedServiceMetadata> parse(InputStream blueprintToParse)
           
 List<? extends WrappedServiceMetadata> parse(List<URL> blueprintsToParse)
           
 List<? extends WrappedServiceMetadata> parse(URL blueprintToParse)
           
 ParsedServiceElements parseAllServiceElements(InputStream blueprintToParse)
           
 void setBundleContext(org.osgi.framework.BundleContext b)
           
 void setModellingManager(ModellingManager m)
           
 void setParserService(org.apache.aries.blueprint.ParserService p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserProxyImpl

public ParserProxyImpl()
Method Detail

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.