Package org.apache.cxf.ws.rm
Class Destination
java.lang.Object
org.apache.cxf.ws.rm.AbstractEndpoint
org.apache.cxf.ws.rm.Destination
-
Field Summary
Fields inherited from class org.apache.cxf.ws.rm.AbstractEndpoint
completedSequenceCount, processingSequenceCount -
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(org.apache.cxf.message.Message message) Acknowledges receipt of a message.voidvoidaddSequence(DestinationSequence seq, boolean persist) voidvoidvoidterminateSequence(DestinationSequence seq, boolean forceRemove) Methods inherited from class org.apache.cxf.ws.rm.AbstractEndpoint
generateSequenceIdentifier, getEndpoint, getManager, getName, getReliableEndpoint
-
Method Details
-
getSequence
-
getAllSequences
-
addSequence
-
addSequence
-
terminateSequence
-
terminateSequence
-
removeSequence
-
acknowledge
Acknowledges receipt of a message. If the message is the last in the sequence, sends an out-of-band SequenceAcknowledgement unless there a response will be sent to the acksTo address onto which the acknowldegment can be piggybacked.- Parameters:
message- the message to be acknowledged- Throws:
SequenceFault- if the sequence specified insequenceTypedoes not existRMException
-