Class AbstractHTTPDestination.BackChannelConduit

All Implemented Interfaces:
Conduit, Observable
Enclosing class:
AbstractHTTPDestination

public class AbstractHTTPDestination.BackChannelConduit extends AbstractDestination.AbstractBackChannelConduit
Backchannel conduit.
  • Field Details

    • response

      protected jakarta.servlet.http.HttpServletResponse response
  • Method Details

    • prepare

      public void prepare(Message message) throws IOException
      Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
      Parameters:
      message - the message to be sent.
      Throws:
      IOException
    • close

      public void close(Message msg) throws IOException
      Description copied from interface: Conduit
      Close the connections associated with the message
      Specified by:
      close in interface Conduit
      Overrides:
      close in class AbstractConduit
      Parameters:
      msg - for which content should be closed.
      Throws:
      IOException