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.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.axis2.receivers.AbstractMessageReceiver

    org.apache.axis2.receivers.AbstractMessageReceiver.AsyncMessageReceiverWorker, org.apache.axis2.receivers.AbstractMessageReceiver.ThreadContextDescriptor
  • Field Summary

    Fields inherited from class org.apache.axis2.receivers.AbstractMessageReceiver

    DO_ASYNC, SAVED_MC, SAVED_TCCL, SCOPE, serviceTCCL
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    handleEvent(org.apache.axis2.context.MessageContext mc)
    Deprecated.
     
    protected void
    handleGetStatus(org.apache.axis2.context.MessageContext mc)
    Deprecated.
     
    protected void
    handleGetSubscriptions(org.apache.axis2.context.MessageContext mc)
    Deprecated.
     
    protected void
    handleInstallEventSink(org.apache.axis2.context.MessageContext mc)
    Deprecated.
     
    protected void
    handleRenew(org.apache.axis2.context.MessageContext mc)
    Deprecated.
     
    protected void
    handleSubscribe(org.apache.axis2.context.MessageContext mc)
    Deprecated.
     
    protected void
    handleUnsubscribe(org.apache.axis2.context.MessageContext mc)
    Deprecated.
     
    final void
    invokeBusinessLogic(org.apache.axis2.context.MessageContext mc)
    Deprecated.
     
    final void
    processMessage(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.
     

    Methods inherited from class org.apache.axis2.receivers.AbstractMessageReceiver

    getSOAPFactory, getTheImplementationObject, makeNewServiceObject, receive, replicateState, restoreThreadContext, setThreadContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CarbonEventingMessageReceiver

      public CarbonEventingMessageReceiver()
      Deprecated.
  • Method Details

    • invokeBusinessLogic

      public final void invokeBusinessLogic(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault
      Deprecated.
      Specified by:
      invokeBusinessLogic in class org.apache.axis2.receivers.AbstractMessageReceiver
      Throws:
      org.apache.axis2.AxisFault
    • handleSubscribe

      protected void handleSubscribe(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventException
      Deprecated.
      Throws:
      org.apache.axis2.AxisFault
      WSEventException
    • handleUnsubscribe

      protected void handleUnsubscribe(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventException
      Deprecated.
      Throws:
      org.apache.axis2.AxisFault
      WSEventException
    • handleGetStatus

      protected void handleGetStatus(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventException
      Deprecated.
      Throws:
      org.apache.axis2.AxisFault
      WSEventException
    • handleRenew

      protected void handleRenew(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventException
      Deprecated.
      Throws:
      org.apache.axis2.AxisFault
      WSEventException
    • handleGetSubscriptions

      protected void handleGetSubscriptions(org.apache.axis2.context.MessageContext mc) throws WSEventException
      Deprecated.
      Throws:
      WSEventException
    • handleInstallEventSink

      protected void handleInstallEventSink(org.apache.axis2.context.MessageContext mc) throws WSEventException
      Deprecated.
      Throws:
      WSEventException
    • handleEvent

      protected void handleEvent(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventException
      Deprecated.
      Throws:
      org.apache.axis2.AxisFault
      WSEventException
    • processMessage

      public final void processMessage(org.apache.axis2.context.MessageContext mc) throws org.apache.axis2.AxisFault, WSEventException
      Deprecated.
      Throws:
      org.apache.axis2.AxisFault
      WSEventException
    • sortResults

      public List<org.wso2.carbon.event.core.subscription.Subscription> sortResults(String sortingInstructions, boolean ascending, List<org.wso2.carbon.event.core.subscription.Subscription> list)
      Deprecated.