org.apache.sandesha.server
Class RMMessageProcessorIdentifier

java.lang.Object
  extended byorg.apache.sandesha.server.RMMessageProcessorIdentifier

public class RMMessageProcessorIdentifier
extends java.lang.Object

Author:
Jaliya Ekanayake

Constructor Summary
RMMessageProcessorIdentifier()
           
 
Method Summary
static IRMMessageProcessor getMessageProcessor(RMMessageContext rmMessageContext, IStorageManager storageManager)
          This method will identify the messages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMMessageProcessorIdentifier

public RMMessageProcessorIdentifier()
Method Detail

getMessageProcessor

public static IRMMessageProcessor getMessageProcessor(RMMessageContext rmMessageContext,
                                                      IStorageManager storageManager)
This method will identify the messages. Messages specific to the reliablility are identified using the action. Request messages are identified using the message number property.

Parameters:
rmMessageContext -
storageManager -
Returns: