FileDocCategorySizeDatePackage
AcknowledgementListener.javaAPI DocExample2993Tue May 29 16:56:30 BST 2007com.sun.xml.ws.api.rm

AcknowledgementListener

public interface AcknowledgementListener
Interface implemented by consumers of SequenceAcknowledgement notifications

Fields Summary
Constructors Summary
Methods Summary
public voidnotify(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}

param
seq The sequence to which the completed message belongs
param
messageNumber The message number of the message.