Class WSEventBrokerHolder
- java.lang.Object
-
- org.wso2.carbon.event.ws.internal.WSEventBrokerHolder
-
@Deprecated public class WSEventBrokerHolder extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WSEventBrokerHolder()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.wso2.carbon.utils.ConfigurationContextServicegetConfigurationContextService()Deprecated.org.wso2.carbon.event.core.EventBrokergetEventBroker()Deprecated.static WSEventBrokerHoldergetInstance()Deprecated.voidregisterConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)Deprecated.voidregisterEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)Deprecated.voidregisterWSEventDispatcher()Deprecated.
-
-
-
Method Detail
-
getInstance
public static WSEventBrokerHolder getInstance()
Deprecated.
-
getEventBroker
public org.wso2.carbon.event.core.EventBroker getEventBroker()
Deprecated.
-
registerEventBroker
public void registerEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
Deprecated.
-
getConfigurationContextService
public org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
Deprecated.
-
registerConfigurationContextService
public void registerConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
Deprecated.
-
registerWSEventDispatcher
public void registerWSEventDispatcher()
Deprecated.
-
-