Class CarbonEventingMessageReceiver
- java.lang.Object
-
- org.apache.axis2.receivers.AbstractMessageReceiver
-
- org.wso2.carbon.event.ws.internal.receivers.CarbonEventingMessageReceiver
-
- All Implemented Interfaces:
org.apache.axis2.engine.MessageReceiver
@Deprecated public class CarbonEventingMessageReceiver extends org.apache.axis2.receivers.AbstractMessageReceiver
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description CarbonEventingMessageReceiver()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidhandleEvent(org.apache.axis2.context.MessageContext mc)Deprecated.protected voidhandleGetStatus(org.apache.axis2.context.MessageContext mc)Deprecated.protected voidhandleGetSubscriptions(org.apache.axis2.context.MessageContext mc)Deprecated.protected voidhandleInstallEventSink(org.apache.axis2.context.MessageContext mc)Deprecated.protected voidhandleRenew(org.apache.axis2.context.MessageContext mc)Deprecated.protected voidhandleSubscribe(org.apache.axis2.context.MessageContext mc)Deprecated.protected voidhandleUnsubscribe(org.apache.axis2.context.MessageContext mc)Deprecated.voidinvokeBusinessLogic(org.apache.axis2.context.MessageContext mc)Deprecated.voidprocessMessage(org.apache.axis2.context.MessageContext mc)Deprecated.List<org.wso2.carbon.event.core.subscription.Subscription>sortResults(String sortingInstructions, boolean ascending, List<org.wso2.carbon.event.core.subscription.Subscription> list)Deprecated.
-
-
-
Method Detail
-
invokeBusinessLogic
public final void invokeBusinessLogic(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFaultDeprecated.- Specified by:
invokeBusinessLogicin classorg.apache.axis2.receivers.AbstractMessageReceiver- Throws:
org.apache.axis2.AxisFault
-
handleSubscribe
protected void handleSubscribe(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventExceptionDeprecated.- Throws:
org.apache.axis2.AxisFaultWSEventException
-
handleUnsubscribe
protected void handleUnsubscribe(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventExceptionDeprecated.- Throws:
org.apache.axis2.AxisFaultWSEventException
-
handleGetStatus
protected void handleGetStatus(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventExceptionDeprecated.- Throws:
org.apache.axis2.AxisFaultWSEventException
-
handleRenew
protected void handleRenew(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventExceptionDeprecated.- Throws:
org.apache.axis2.AxisFaultWSEventException
-
handleGetSubscriptions
protected void handleGetSubscriptions(org.apache.axis2.context.MessageContext mc) throws WSEventExceptionDeprecated.- Throws:
WSEventException
-
handleInstallEventSink
protected void handleInstallEventSink(org.apache.axis2.context.MessageContext mc) throws WSEventExceptionDeprecated.- Throws:
WSEventException
-
handleEvent
protected void handleEvent(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventExceptionDeprecated.- Throws:
org.apache.axis2.AxisFaultWSEventException
-
processMessage
public final void processMessage(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventExceptionDeprecated.- Throws:
org.apache.axis2.AxisFaultWSEventException
-
-