| java.lang.Object org.apache.cxf.ws.rm.AbstractEndpoint org.apache.cxf.ws.rm.Destination
acknowledge | public void acknowledge(Message message) throws SequenceFault, RMException(Code) | | 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: sequenceType - the sequenceType object that includes identifier andmessage number (and possibly a lastMessage element) for themessage to be acknowledged) Parameters: replyToAddress - the replyTo address of the message that carriedthis sequence information throws: SequenceFault - if the sequence specified insequenceType does not exist |
|
|