org.apache.axiom.osgi
Class FactoryInjectionComponent
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryInjectionComponent
public FactoryInjectionComponent()
setMetaFactory
protected void setMetaFactory(OMMetaFactory metafactory)
unsetMetaFactory
protected void unsetMetaFactory(OMMetaFactory metafactory)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.