org.apache.sandesha.server
Class MessageValidator

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

public final class MessageValidator
extends java.lang.Object

This will validate all the incoming messages receiving through the RMProvider.

Author:
Jaliya Ekanayake

Constructor Summary
MessageValidator()
           
 
Method Summary
static void validate(RMMessageContext rmMsgContext, boolean client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageValidator

public MessageValidator()
Method Detail

validate

public static void validate(RMMessageContext rmMsgContext,
                            boolean client)
                     throws AxisFault
Throws:
AxisFault