Class WSEventDispatcher
- java.lang.Object
-
- org.wso2.carbon.event.ws.internal.notify.WSEventDispatcher
-
- All Implemented Interfaces:
org.wso2.carbon.event.core.subscription.EventDispatcher
@Deprecated public class WSEventDispatcher extends Object implements org.wso2.carbon.event.core.subscription.EventDispatcher
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WSEventDispatcher()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidnotify(org.wso2.carbon.event.core.Message message, org.wso2.carbon.event.core.subscription.Subscription subscription)Deprecated.protected voidsendNotification(org.apache.axiom.om.OMElement topicHeader, org.apache.axiom.om.OMElement payload, String endpoint)Deprecated.protected voidsendNotification(org.apache.axiom.om.OMElement topicHeader, org.apache.axiom.om.OMElement tenantDomainHeader, org.apache.axiom.om.OMElement payload, String endpoint)Deprecated.
-
-
-
Method Detail
-
notify
public void notify(org.wso2.carbon.event.core.Message message, org.wso2.carbon.event.core.subscription.Subscription subscription)Deprecated.- Specified by:
notifyin interfaceorg.wso2.carbon.event.core.subscription.EventDispatcher
-
sendNotification
protected void sendNotification(org.apache.axiom.om.OMElement topicHeader, org.apache.axiom.om.OMElement tenantDomainHeader, org.apache.axiom.om.OMElement payload, String endpoint) throws org.apache.axis2.AxisFaultDeprecated.- Throws:
org.apache.axis2.AxisFault
-
sendNotification
protected void sendNotification(org.apache.axiom.om.OMElement topicHeader, org.apache.axiom.om.OMElement payload, String endpoint) throws org.apache.axis2.AxisFaultDeprecated.- Throws:
org.apache.axis2.AxisFault
-
-