org.apache.axiom.osgi
Class FactoryInjectionComponent

java.lang.Object
  extended by org.apache.axiom.osgi.FactoryInjectionComponent

public class FactoryInjectionComponent
extends Object

Internal component required for OSGi support. This component is responsible for injecting the OMMetaFactory instance loaded from the implementation bundle into OMAbstractFactory (using OMAbstractFactory.setMetaFactory(OMMetaFactory)). This class is for internal use only and MUST NOT be used for other purposes.


Constructor Summary
FactoryInjectionComponent()
           
 
Method Summary
protected  void setMetaFactory(OMMetaFactory metafactory)
           
protected  void unsetMetaFactory(OMMetaFactory metafactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryInjectionComponent

public FactoryInjectionComponent()
Method Detail

setMetaFactory

protected void setMetaFactory(OMMetaFactory metafactory)

unsetMetaFactory

protected void unsetMetaFactory(OMMetaFactory metafactory)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.