Package org.wso2.carbon.utils.deployment
Class Axis2DeployerRegistry
java.lang.Object
org.wso2.carbon.utils.deployment.Axis2DeployerRegistry
- All Implemented Interfaces:
EventListener,org.osgi.framework.BundleListener
-
Constructor Summary
ConstructorsConstructorDescriptionAxis2DeployerRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidbundleChanged(org.osgi.framework.BundleEvent event) voidregister(org.osgi.framework.Bundle bundle) voidregister(org.osgi.framework.Bundle[] bundles, List<DeployerConfig> deployerConfigs) voidunRegister(org.osgi.framework.Bundle bundle)
-
Constructor Details
-
Axis2DeployerRegistry
public Axis2DeployerRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
-
-
Method Details
-
register
-
register
public void register(org.osgi.framework.Bundle bundle) -
unRegister
public void unRegister(org.osgi.framework.Bundle bundle) -
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent event) - Specified by:
bundleChangedin interfaceorg.osgi.framework.BundleListener
-