org.apache.sandesha2.msgprocessors
Class ApplicationMsgProcessor

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

public class ApplicationMsgProcessor
extends java.lang.Object
implements MsgProcessor

Responsible for processing an incoming Application message.

Author:
Chamikara Jayalath

Constructor Summary
ApplicationMsgProcessor()
           
 
Method Summary
 void processMessage(RMMsgContext rmMsgCtx)
           
 void sendAckIfNeeded(RMMsgContext rmMsgCtx, java.lang.String messagesStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationMsgProcessor

public ApplicationMsgProcessor()
Method Detail

processMessage

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

sendAckIfNeeded

public void sendAckIfNeeded(RMMsgContext rmMsgCtx,
                            java.lang.String messagesStr)
                     throws SandeshaException
Throws:
SandeshaException


Copyright © 2005 Apache Web Services. All Rights Reserved.