Class Destination


public class Destination extends AbstractEndpoint
  • Method Details

    • getSequence

      public DestinationSequence getSequence(Identifier id)
    • getAllSequences

      public Collection<DestinationSequence> getAllSequences()
    • addSequence

      public void addSequence(DestinationSequence seq)
    • addSequence

      public void addSequence(DestinationSequence seq, boolean persist)
    • terminateSequence

      public void terminateSequence(DestinationSequence seq)
    • terminateSequence

      public void terminateSequence(DestinationSequence seq, boolean forceRemove)
    • removeSequence

      public void removeSequence(DestinationSequence seq)
    • 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