org.wso2.carbon.utils.deployment
Class Axis2ServiceRegistry

java.lang.Object
  extended by org.wso2.carbon.utils.deployment.Axis2ServiceRegistry

public class Axis2ServiceRegistry
extends Object


Constructor Summary
Axis2ServiceRegistry(org.apache.axis2.context.ConfigurationContext configCtx)
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 void logFaultyServiceInfo()
           
 void register(org.osgi.framework.Bundle bundle)
           
 void register(org.osgi.framework.Bundle[] bundles)
           
 void unregister(org.osgi.framework.Bundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2ServiceRegistry

public Axis2ServiceRegistry(org.apache.axis2.context.ConfigurationContext configCtx)
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()


Copyright © 2014 WSO2 Inc. All rights reserved.