Class InboundEndpointServiceDSComponent
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.osgi.service.InboundEndpointServiceDSComponent
-
public class InboundEndpointServiceDSComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description InboundEndpointServiceDSComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext ctx)
protected void
deactivate(org.osgi.service.component.ComponentContext compCtx)
protected void
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
protected void
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctx) throws Exception
- Throws:
Exception
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext compCtx) throws Exception
- Throws:
Exception
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
-
-