|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.5.0) E15033-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransportReplySender
This interface will be implemented by OSB transport/pipeline runtime to give the inbound transport endpoint access to inbound response parameters. This happens when the inbound endpoint is notified by the transport subsystem that a response is ready to be sent back. OSB transport/pipeline runtime will call InboundTransportMessageContextExtension.setReplySender(TransportReplySender) and pass an instance of TransportReplySender object, which the inbound transport endpoint can use to get the response meta data, payload, etc.
| Method Summary | |
|---|---|
ResponseMetaData |
getMetaData()Returns the meta data, such as transport headers, for inbound response |
Source |
getPayload()Returns the source for the payload of the inbound response message |
Transformer |
getTransformer()Returns a transformer that is message flow (pipeline) state aware and can be used for such stateful transformations. |
| Method Detail |
|---|
ResponseMetaData getMetaData()
throws TransportException
TransportException - when an error occurs
Source getPayload()
throws TransportException
TransportException - when an error occurs
Transformer getTransformer()
throws TransportException
XmlObjectSource to JavaXmlSourceTransportException - when an error occurs
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.5.0) E15033-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||