Class WSEventBrokerDS
java.lang.Object
org.wso2.carbon.event.ws.internal.WSEventBrokerDS
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext context) Deprecated.protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) Deprecated.protected voidsetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) Deprecated.protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) Deprecated.protected voidunSetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) Deprecated.
-
Constructor Details
-
WSEventBrokerDS
public WSEventBrokerDS()Deprecated.
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext context) Deprecated. -
setEventBroker
protected void setEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) Deprecated. -
unSetEventBroker
protected void unSetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) Deprecated. -
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) Deprecated. -
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) Deprecated.
-