Package com.sun.xml.ws.rx.rm.protocol
Class AcknowledgementData.Builder
java.lang.Object
com.sun.xml.ws.rx.rm.protocol.AcknowledgementData.Builder
- Enclosing class:
- AcknowledgementData
-
Method Summary
Modifier and TypeMethodDescriptionacknowledgements(String ackedSequenceId, List<Sequence.AckRange> acknowledgedMessageIds, boolean isFinal) Sets acknowledgementsackReqestedSequenceId(String ackRequestedSequenceId) Sets value of AckRequested flag for the sequence associated with this messagebuild()
-
Method Details
-
acknowledgements
public AcknowledgementData.Builder acknowledgements(@NotNull String ackedSequenceId, List<Sequence.AckRange> acknowledgedMessageIds, boolean isFinal) Sets acknowledgements- Parameters:
ackedSequenceId- idnetifier of a sequence to which acknowledged message number ranges (if any) belongacknowledgedMessageIds- acknowledged ranges for the sequence identified byackSequenceIdisFinal- sets the final flag on the acknowledgement data which means that this is a final acknowledgement.
-
ackReqestedSequenceId
Sets value of AckRequested flag for the sequence associated with this message- Parameters:
ackRequestedSequenceId- value of sequence identifier for which acknowledgement is requested
-
build
-