Package com.sun.xml.ws.rx.rm.protocol
Class AcknowledgementData
java.lang.Object
com.sun.xml.ws.rx.rm.protocol.AcknowledgementData
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the instance contains any acknowledgement data that could be sent to an RM source.Returns acknowledged ranges for the sequence identified by acknowledged sequence identifierReturns idnetifier of a sequence to which acknowledged message number ranges (if any) belongReturns sequence identifier for which acknowledgement is requestedstatic AcknowledgementData.Builderstatic AcknowledgementData.BuilderbooleanReturns value of the final flag which determines whether this is a final acknowledgement or not
-
Method Details
-
getBuilder
-
getBuilder
-
getAcknowledgedSequenceId
Returns idnetifier of a sequence to which acknowledged message number ranges (if any) belong- Returns:
- idnetifier of a sequence to which acknowledged message number ranges (if any) belong
-
getAcknowledgedRanges
Returns acknowledged ranges for the sequence identified by acknowledged sequence identifier- Returns:
- acknowledged ranges for the sequence identified by acknowledged sequence identifier
-
getAckReqestedSequenceId
Returns sequence identifier for which acknowledgement is requested- Returns:
- value of sequence identifier for which acknowledgement is requested
-
isFinalAcknowledgement
public boolean isFinalAcknowledgement()Returns value of the final flag which determines whether this is a final acknowledgement or not- Returns:
- value of the final flag which determines whether this is a final acknowledgement or not
-
containsSequenceAcknowledgementData
public boolean containsSequenceAcknowledgementData()Returnstrueif the instance contains any acknowledgement data that could be sent to an RM source. Otherwise returnsfalse.- Returns:
trueif the instance contains any acknowledgement data that could be sent to an RM source. Otherwise returnsfalse.
-