|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.message.format.MessageType
public abstract class MessageType
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.
| 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 |
|---|
public static java.net.URI JBOSS_XML
public static java.net.URI JAVA_SERIALIZED
public static java.net.URI DEFAULT_TYPE
| Constructor Detail |
|---|
public MessageType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||