com.bea.wli.sb.transports
Interface OutboundTransportMessageContext
- All Superinterfaces: 
- TransportMessageContext
- All Known Implementing Classes: 
- CoLocatedMessageContext
- public interface OutboundTransportMessageContext 
- extends TransportMessageContext
Outbound Transport Message Context implements the message context abstraction
 for outgoing messages
 
 
getResponseMetaData
ResponseMetaData getResponseMetaData()
                                     throws TransportException
- 
 
- 
- 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
Source getResponsePayload()
                          throws TransportException
- 
 
- 
- 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