org.wso2.carbon.registry.ws.api.internal
Class WSRegistryServiceComponent

java.lang.Object
  extended by org.wso2.carbon.registry.ws.api.internal.WSRegistryServiceComponent

public class WSRegistryServiceComponent
extends Object


Constructor Summary
WSRegistryServiceComponent()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext ctxt)
           
protected  void deactivate(org.osgi.service.component.ComponentContext ctxt)
           
protected  void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
           
protected  void setRegistryService(RegistryService registryService)
           
protected  void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
           
protected  void unsetRegistryService(RegistryService registryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRegistryServiceComponent

public WSRegistryServiceComponent()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext ctxt)
Parameters:
ctxt -

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
Parameters:
ctxt -

setConfigurationContextService

protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
Parameters:
contextService -

unsetConfigurationContextService

protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
Parameters:
contextService -

setRegistryService

protected void setRegistryService(RegistryService registryService)

unsetRegistryService

protected void unsetRegistryService(RegistryService registryService)


Copyright © 2011 WSO2 Inc. All Rights Reserved.