org.apache.cxf.ws.rm
Class DestinationSequence
java.lang.Object
org.apache.cxf.ws.rm.AbstractSequence
org.apache.cxf.ws.rm.DestinationSequence
public class DestinationSequence
- extends AbstractSequence
Constructor Summary |
DestinationSequence(org.apache.cxf.ws.rm.Identifier i,
org.apache.cxf.ws.addressing.v200408.EndpointReferenceType a,
java.math.BigInteger lmn,
org.apache.cxf.ws.rm.SequenceAcknowledgement ac)
|
DestinationSequence(org.apache.cxf.ws.rm.Identifier i,
org.apache.cxf.ws.addressing.v200408.EndpointReferenceType a,
Destination d)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DestinationSequence
public DestinationSequence(org.apache.cxf.ws.rm.Identifier i,
org.apache.cxf.ws.addressing.v200408.EndpointReferenceType a,
Destination d)
DestinationSequence
public DestinationSequence(org.apache.cxf.ws.rm.Identifier i,
org.apache.cxf.ws.addressing.v200408.EndpointReferenceType a,
java.math.BigInteger lmn,
org.apache.cxf.ws.rm.SequenceAcknowledgement ac)
getAcksTo
public org.apache.cxf.ws.addressing.v200408.EndpointReferenceType getAcksTo()
- Returns:
- the acksTo address for the sequence
getLastMessageNumber
public java.math.BigInteger getLastMessageNumber()
- Returns:
- the message number of the last message or null if the last message had not been received.
getAcknowledgment
public org.apache.cxf.ws.rm.SequenceAcknowledgement getAcknowledgment()
- Returns:
- the sequence acknowledgement presenting the sequences thus far received by a destination
getEndpointIdentifier
public java.lang.String getEndpointIdentifier()
- Returns:
- the identifier of the rm destination
acknowledge
public void acknowledge(Message message)
throws SequenceFault
- Throws:
SequenceFault
sendAcknowledgement
public boolean sendAcknowledgement()
Apache CXF