Interface InboundTransportMessageContextExtension

All Superinterfaces:
InboundTransportMessageContext, TransportMessageContext

public interface InboundTransportMessageContextExtension extends InboundTransportMessageContext
Extends the current InboundTransportMessageContext interface with new methods that give Transport Provider access to response payload, etc. Transport provider is expected to implement this new interface.
  • Method Details

    • setReplySender

      void setReplySender(TransportReplySender sender) throws TransportException
      Will be called by the transport/pipeline runtime when the response message is ready to be sent to the inbound transport endpoint
      Parameters:
      sender - an object that gives the provider access to the inbound response payload, meta data, etc.
      Throws:
      TransportException