Package com.sun.xml.ws.rx.rm.protocol
Class AcknowledgementData
- java.lang.Object
-
- com.sun.xml.ws.rx.rm.protocol.AcknowledgementData
-
public final class AcknowledgementData extends Object
- Author:
- Marek Potociar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AcknowledgementData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsSequenceAcknowledgementData()
Returnstrue
if the instance contains any acknowledgement data that could be sent to an RM source.List<Sequence.AckRange>
getAcknowledgedRanges()
Returns acknowledged ranges for the sequence identified by acknowledged sequence identifierString
getAcknowledgedSequenceId()
Returns idnetifier of a sequence to which acknowledged message number ranges (if any) belongString
getAckReqestedSequenceId()
Returns sequence identifier for which acknowledgement is requestedstatic AcknowledgementData.Builder
getBuilder()
static AcknowledgementData.Builder
getBuilder(AcknowledgementData data)
boolean
isFinalAcknowledgement()
Returns value of the final flag which determines whether this is a final acknowledgement or not
-
-
-
Method Detail
-
getBuilder
public static AcknowledgementData.Builder getBuilder()
-
getBuilder
public static AcknowledgementData.Builder getBuilder(AcknowledgementData data)
-
getAcknowledgedSequenceId
public String 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
@NotNull public List<Sequence.AckRange> getAcknowledgedRanges()
Returns acknowledged ranges for the sequence identified by acknowledged sequence identifier- Returns:
- acknowledged ranges for the sequence identified by acknowledged sequence identifier
-
getAckReqestedSequenceId
public String 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()
Returnstrue
if the instance contains any acknowledgement data that could be sent to an RM source. Otherwise returnsfalse
.- Returns:
true
if the instance contains any acknowledgement data that could be sent to an RM source. Otherwise returnsfalse
.
-
-