Interface Conduit

    • Method Detail

      • prepare

        void prepare​(Message message)
              throws IOException
        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
      • getTarget

        org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
        Returns:
        the reference associated with the target Destination
      • close

        void close()
        Close the conduit