Called after the given message has been written to the TransportOutputStream. Called from
AbstractWebServiceConnection.send(WebServiceMessage) .
Default implementation does nothing.
Parameters: message - the message throws: IOException - when an I/O exception occurs
Called before the given message has been written to the TransportOutputStream. Called from
AbstractWebServiceConnection.send(WebServiceMessage) .
Default implementation does nothing.
Parameters: message - the message throws: IOException - when an I/O exception occurs