Class WSRegistryServiceComponent
- java.lang.Object
-
- org.wso2.carbon.registry.ws.api.internal.WSRegistryServiceComponent
-
public class WSRegistryServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description WSRegistryServiceComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
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(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-