public class Destination extends AbstractEndpoint
completedSequenceCount, processingSequenceCount
Modifier and Type | Method and Description |
---|---|
void |
acknowledge(Message message)
Acknowledges receipt of a message.
|
void |
addSequence(DestinationSequence seq) |
void |
addSequence(DestinationSequence seq,
boolean persist) |
Collection<DestinationSequence> |
getAllSequences() |
DestinationSequence |
getSequence(Identifier id) |
void |
removeSequence(DestinationSequence seq) |
generateSequenceIdentifier, getEndpoint, getManager, getName, getReliableEndpoint
public DestinationSequence getSequence(Identifier id)
public Collection<DestinationSequence> getAllSequences()
public void addSequence(DestinationSequence seq)
public void addSequence(DestinationSequence seq, boolean persist)
public void removeSequence(DestinationSequence seq)
public void acknowledge(Message message) throws SequenceFault, RMException
sequenceType
- the sequenceType object that includes identifier and
message number (and possibly a lastMessage element) for the
message to be acknowledged)replyToAddress
- the replyTo address of the message that carried
this sequence informationSequenceFault
- if the sequence specified in
sequenceType
does not existRMException
Apache CXF