Interface TransportSender

    • Method Detail

      • cleanup

        void cleanup​(MessageContext msgContext)
              throws AxisFault
        Release resources associated with a given message context. This method is called after processing the response of an invocation of a synchronous out-in operation to allow the transport to release any resources allocated during that invocation.

        This method is mainly useful for connection oriented transports that return from Handler.invoke(MessageContext) before the entire response is available. A transport of this type will construct an InputStream object and set it as the MessageContext.TRANSPORT_IN property on the OperationContext). In order for this to work, the connection must remain open until the response has been processed. This method is then used to release the connection explicitly.

        Parameters:
        msgContext -
        Throws:
        AxisFault
      • stop

        void stop()