org.apache.sandesha2.msgprocessors
Class TerminateSeqMsgProcessor

java.lang.Object
  extended by org.apache.sandesha2.util.WSRMMessageSender
      extended by org.apache.sandesha2.msgprocessors.TerminateSeqMsgProcessor
All Implemented Interfaces:
MsgProcessor

public class TerminateSeqMsgProcessor
extends WSRMMessageSender
implements MsgProcessor

Responsible for processing an incoming Terminate Sequence message.


Constructor Summary
TerminateSeqMsgProcessor()
           
 
Method Summary
 boolean processInMessage(RMMsgContext terminateSeqRMMsg, Transaction transaction)
           
 boolean processOutMessage(RMMsgContext rmMsgCtx, Transaction transaction)
           
 
Methods inherited from class org.apache.sandesha2.util.WSRMMessageSender
getConfigurationContext, getInternalSequenceID, getMsgContext, getOutSequenceID, getRMSBean, getRMVersion, getSequenceKey, getStorageManager, getToAddress, isSequenceExists, sendOutgoingMessage, setupOutMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminateSeqMsgProcessor

public TerminateSeqMsgProcessor()
Method Detail

processInMessage

public boolean processInMessage(RMMsgContext terminateSeqRMMsg,
                                Transaction transaction)
                         throws org.apache.axis2.AxisFault
Specified by:
processInMessage in interface MsgProcessor
Returns:
true if the msg context has been paused
Throws:
org.apache.axis2.AxisFault

processOutMessage

public boolean processOutMessage(RMMsgContext rmMsgCtx,
                                 Transaction transaction)
                          throws org.apache.axis2.AxisFault
Specified by:
processOutMessage in interface MsgProcessor
Returns:
true if the msg context has been paused
Throws:
org.apache.axis2.AxisFault


Copyright © The Apache Software Foundation. All Rights Reserved.