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 -
Method Summary
Modifier and TypeMethodDescriptionvoidnotify(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.
-
Constructor Details
-
WSEventDispatcher
public WSEventDispatcher()Deprecated.
-
-
Method Details
-
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.AxisFault Deprecated.- 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.AxisFault Deprecated.- Throws:
org.apache.axis2.AxisFault
-