org.apache.sandesha2.msgprocessors
Class CloseSequenceProcessor

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

public class CloseSequenceProcessor
extends WSRMMessageSender
implements MsgProcessor

Responsible for processing an incoming Close Sequence message. (As introduced by the WSRM 1.1 specification)


Constructor Summary
CloseSequenceProcessor()
           
 
Method Summary
 boolean processInMessage(RMMsgContext rmMsgCtx, 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

CloseSequenceProcessor

public CloseSequenceProcessor()
Method Detail

processInMessage

public boolean processInMessage(RMMsgContext rmMsgCtx,
                                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.