Class SynapseRegistryServiceComponent
- java.lang.Object
-
- org.wso2.carbon.mediation.registry.SynapseRegistryServiceComponent
-
public class SynapseRegistryServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description SynapseRegistryServiceComponent()
-
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
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-