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

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

public class ParserProxyImpl
extends AbstractParserProxy


Constructor Summary
ParserProxyImpl()
           
 
Method Summary
protected  org.apache.aries.blueprint.ComponentDefinitionRegistry parseCDR(InputStream blueprintToParse)
           
protected  org.apache.aries.blueprint.ComponentDefinitionRegistry parseCDR(List<URL> blueprintsToParse)
           
 void setBundleContext(org.osgi.framework.BundleContext b)
           
 void setParserService(org.apache.aries.blueprint.services.ParserService p)
           
 
Methods inherited from class org.apache.aries.application.modelling.impl.AbstractParserProxy
isBlacklisted, parse, parse, parse, parseAllServiceElements, setModellingManager
 
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.services.ParserService p)

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext b)

parseCDR

protected org.apache.aries.blueprint.ComponentDefinitionRegistry parseCDR(List<URL> blueprintsToParse)
                                                                   throws Exception
Specified by:
parseCDR in class AbstractParserProxy
Throws:
Exception

parseCDR

protected org.apache.aries.blueprint.ComponentDefinitionRegistry parseCDR(InputStream blueprintToParse)
                                                                   throws Exception
Specified by:
parseCDR in class AbstractParserProxy
Throws:
Exception


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.