Package com.bea.wli.sb.transports
Interface OutboundTransportMessageContext
- All Superinterfaces:
TransportMessageContext
- All Known Implementing Classes:
CoLocatedMessageContext
Outbound Transport Message Context implements the message context abstraction
for outgoing messages
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.bea.wli.sb.transports.TransportMessageContext
getMessageId, getURI
-
Method Details
-
getResponseMetaData
- Returns:
- the meta-data for the response part of the message, e.g. headers, etc. Returns null if there is no response meta-data
- Throws:
TransportException
-
getResponsePayload
- Returns:
- returns a source for reading the body of the response of the outbound message. returns null if there is no response payload
- Throws:
TransportException
-