Package org.wso2.carbon.utils.deployment
Class Axis2ServiceRegistry
- java.lang.Object
-
- org.wso2.carbon.utils.deployment.Axis2ServiceRegistry
-
public class Axis2ServiceRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description Axis2ServiceRegistry(org.apache.axis2.context.ConfigurationContext configCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbundleChanged(org.osgi.framework.BundleEvent event)voidlogFaultyServiceInfo()voidregister(org.osgi.framework.Bundle bundle)voidregister(org.osgi.framework.Bundle[] bundles)voidunregister(org.osgi.framework.Bundle bundle)
-
-
-
Method Detail
-
register
public void register(org.osgi.framework.Bundle[] bundles)
-
register
public void register(org.osgi.framework.Bundle bundle)
- Parameters:
bundle- Carbon Compoent that needs to be registred
-
unregister
public void unregister(org.osgi.framework.Bundle bundle)
-
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent event)
-
logFaultyServiceInfo
public void logFaultyServiceInfo()
-
-