Class LocalConduit

    • Field Detail

      • IN_CONDUIT

        public static final String IN_CONDUIT
      • RESPONSE_CONDUIT

        public static final String RESPONSE_CONDUIT
      • IN_EXCHANGE

        public static final String IN_EXCHANGE
      • DIRECT_DISPATCH

        public static final String DIRECT_DISPATCH
      • MESSAGE_FILTER_PROPERTIES

        public static final String MESSAGE_FILTER_PROPERTIES
    • Method Detail

      • prepare

        public void prepare​(Message message)
                     throws IOException
        Description copied from interface: Conduit
        Prepare the message for sending. This will typically involve setting an OutputStream on the message, but it may do nothing at all.
        Parameters:
        message - the message to be sent.
        Throws:
        IOException