Package org.apache.cxf.ws.rm
Class RMDeliveryInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<T>
-
- org.apache.cxf.ws.rm.AbstractRMInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.ws.rm.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 withDestinationSequence
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).
-
-
Constructor Summary
Constructors Constructor Description RMDeliveryInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(org.apache.cxf.message.Message message)
-
Methods inherited from class org.apache.cxf.ws.rm.AbstractRMInterceptor
getBus, getManager, handleMessage, isRMPolicyEnabled, setBus, setManager
-
-
-
-
Method Detail
-
handle
public void handle(org.apache.cxf.message.Message message) throws SequenceFault, RMException
- Specified by:
handle
in classAbstractRMInterceptor<org.apache.cxf.message.Message>
- Throws:
SequenceFault
RMException
-
-