Package org.jboss.soa.esb.message

Interface Summary
Attachment Messages may contain attachments that do not appear in the main payload body.
Body The message body holds arbitrary information which represents the payload as far as clients and services are concerned.
ByReferenceMessage This interface extends the generic Message interface to provide a mechanism whereby implementations can take control over pass by value messaging.
Context The context is the section of the message containing information such as session management, transaction information, security data etc.
Fault Faults may be returned from a service in response to receiving and acting upon messages.
Header The message header.
Message This is the basic internal core message abstraction.
Properties The message properties hold arbitrary information in the form of <String,Object> pairs
 

Class Summary
MessagePayloadProxy Utility class to help make accessing the message payload a little more deterministic.
ResponseHeader Response header.
 

Enum Summary
MessagePayloadProxy.NullPayloadHandling