org.apache.sandesha2.msgprocessors
Class TerminateSeqMsgProcessor

java.lang.Object
  extended byorg.apache.sandesha2.msgprocessors.TerminateSeqMsgProcessor
All Implemented Interfaces:
MsgProcessor

public class TerminateSeqMsgProcessor
extends java.lang.Object
implements MsgProcessor

Responsible for processing an incoming Terminate Sequence message.

Author:
Chamikara Jayalath

Constructor Summary
TerminateSeqMsgProcessor()
           
 
Method Summary
 void processInMessage(RMMsgContext terminateSeqRMMsg)
           
 void processOutMessage(RMMsgContext rmMsgCtx)
           
 
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 void processInMessage(RMMsgContext terminateSeqRMMsg)
                      throws SandeshaException
Specified by:
processInMessage in interface MsgProcessor
Throws:
SandeshaException

processOutMessage

public void processOutMessage(RMMsgContext rmMsgCtx)
                       throws SandeshaException
Specified by:
processOutMessage in interface MsgProcessor
Throws:
SandeshaException


Copyright © 2005-2006 Apache Web Services. All Rights Reserved.