Interface TransportReplySender


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

    Modifier and Type
    Method
    Description
    Returns the meta data, such as transport headers, for inbound response
    Returns the source for the payload of the inbound response message
    Returns a transformer that is message flow (pipeline) state aware and can be used for such stateful transformations.