Package org.apache.cxf.ws.rm
Class RMDeliveryInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<T>
-
- org.apache.cxf.ws.rm.AbstractRMInterceptor<Message>
-
- org.apache.cxf.ws.rm.RMDeliveryInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
public class RMDeliveryInterceptor extends AbstractRMInterceptor<Message>
Interceptor used for InOrder delivery of messages to the destination. This works withDestinationSequenceto 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 voidhandle(Message message)-
Methods inherited from class org.apache.cxf.ws.rm.AbstractRMInterceptor
getBus, getManager, handleMessage, isRMPolicyEnabled, setBus, setManager
-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Method Detail
-
handle
public void handle(Message message) throws SequenceFault, RMException
- Specified by:
handlein classAbstractRMInterceptor<Message>- Throws:
SequenceFaultRMException
-
-