Class RMDeliveryInterceptor

  • All Implemented Interfaces:
    org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>

    public class RMDeliveryInterceptor
    extends AbstractRMInterceptor<org.apache.cxf.message.Message>
    Interceptor used for InOrder delivery of messages to the destination. This works with DestinationSequence to allow only one message at a time from a particular sequence through to the destination (since otherwise there is no way to enforce in-order delivery).