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>
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).-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.ws.rm.AbstractRMInterceptor
getBus, getManager, handleMessage, isRMPolicyEnabled, setBus, setManagerMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
RMDeliveryInterceptor
public RMDeliveryInterceptor()
-
-
Method Details
-
handle
- Specified by:
handlein classAbstractRMInterceptor<org.apache.cxf.message.Message>- Throws:
SequenceFaultRMException
-