org.apache.sandesha2.msgprocessors
Class CreateSeqMsgProcessor

java.lang.Object
  extended by org.apache.sandesha2.msgprocessors.CreateSeqMsgProcessor
All Implemented Interfaces:
MsgProcessor

public class CreateSeqMsgProcessor
extends java.lang.Object
implements MsgProcessor

Responsible for processing an incoming Create Sequence message.


Constructor Summary
CreateSeqMsgProcessor()
           
 
Method Summary
 boolean processInMessage(RMMsgContext createSeqRMMsg, Transaction transaction)
           
 boolean processOutMessage(RMMsgContext rmMsgCtx, Transaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateSeqMsgProcessor

public CreateSeqMsgProcessor()
Method Detail

processInMessage

public boolean processInMessage(RMMsgContext createSeqRMMsg,
                                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)
Specified by:
processOutMessage in interface MsgProcessor
Returns:
true if the msg context has been paused


Copyright © The Apache Software Foundation. All Rights Reserved.