org.jboss.soa.esb.message.util
Class Type

java.lang.Object
  extended by org.jboss.soa.esb.message.util.Type

public class Type
extends java.lang.Object

Provide some helper routines for common requirements.


Constructor Summary
Type()
           
 
Method Summary
static boolean isFaultMessage(Message msg)
          Is this Message a Fault message?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type

public Type()
Method Detail

isFaultMessage

public static final boolean isFaultMessage(Message msg)
Is this Message a Fault message?

Parameters:
msg - the message to check.
Returns:
true if it contains a fault, false otherwise.