public void | notify(com.sun.xml.ws.api.rm.client.ClientSequence seq, int messageNumber)Called when the state of a message is changed to complete ,
meaning that the message has been acked, and its response, if any, has been received.
The notification is only called for messages belonging to sequences for which
an Acknowledgement has been registered using the setAcknowledgementListener
method of {@link ClientSequence}
|