public class RMDeliveryInterceptor extends AbstractRMInterceptor<Message>
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 and Description |
---|
RMDeliveryInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
handle(Message message) |
getBus, getManager, handleMessage, isRMPolicyEnabled, setBus, setManager
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public void handle(Message message) throws SequenceFault, RMException
handle
in class AbstractRMInterceptor<Message>
SequenceFault
RMException
Apache CXF