Class Destination

    • Method Detail

      • terminateSequence

        public void terminateSequence​(DestinationSequence seq,
                                      boolean forceRemove)
      • acknowledge

        public void acknowledge​(org.apache.cxf.message.Message message)
                         throws SequenceFault,
                                RMException
        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 in sequenceType does not exist
        RMException