org.jboss.soa.esb.message.format
Class MessageType
java.lang.Object
org.jboss.soa.esb.message.format.MessageType
public abstract class MessageType
- extends java.lang.Object
You get a message of a specific format when you need it. Obviously that format
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.
This should not be confused with the type of payload, which can also be chosen
after creation.
- Author:
- Mark Little
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_URI
public static final java.lang.String DEFAULT_URI
- See Also:
- Constant Field Values
SERIALIZED_URI
public static final java.lang.String SERIALIZED_URI
- See Also:
- Constant Field Values
XML_URI
public static final java.lang.String XML_URI
- See Also:
- Constant Field Values
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
MessageType
public MessageType()