Uses of Interface
org.apache.sandesha2.msgprocessors.MsgProcessor

Packages that use MsgProcessor
org.apache.sandesha2.msgprocessors   
 

Uses of MsgProcessor in org.apache.sandesha2.msgprocessors
 

Classes in org.apache.sandesha2.msgprocessors that implement MsgProcessor
 class ApplicationMsgProcessor
          Responsible for processing an incoming Application message.
 class CloseSequenceProcessor
          Responsible for processing an incoming Close Sequence message.
 class CreateSeqMsgProcessor
          Responsible for processing an incoming Create Sequence message.
 class CreateSeqResponseMsgProcessor
          Responsible for processing an incoming Create Sequence Response message.
 class LastMessageProcessor
           
 class MakeConnectionProcessor
          This class is responsible for processing MakeConnection request messages that come to the system.
 class TerminateSeqMsgProcessor
          Responsible for processing an incoming Terminate Sequence message.
 class TerminateSeqResponseMsgProcessor
          To process terminate sequence response messages.
 

Methods in org.apache.sandesha2.msgprocessors that return MsgProcessor
static MsgProcessor MsgProcessorFactory.getMessageProcessor(RMMsgContext rmMessageContext)
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.