org.jboss.soa.esb.message.format
Class MessageType

java.lang.Object
  extended by org.jboss.soa.esb.message.format.MessageType

public abstract class MessageType
extends java.lang.Object

You get a message of a specific type when you need it. Obviously that type may not be suitable for the service (hopefully you've got that contractual information a priori, but maybe not) and in which case some translation/transformation may be necessary.

Author:
Mark Little

Field Summary
static java.net.URI DEFAULT_TYPE
           
static java.net.URI JAVA_SERIALIZED
           
static java.net.URI JBOSS_XML
           
 
Constructor Summary
MessageType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBOSS_XML

public static java.net.URI JBOSS_XML

JAVA_SERIALIZED

public static java.net.URI JAVA_SERIALIZED

DEFAULT_TYPE

public static java.net.URI DEFAULT_TYPE
Constructor Detail

MessageType

public MessageType()