org.apache.cxf.ws.rm
public class RMDeliveryInterceptor extends AbstractRMInterceptor<org.apache.cxf.message.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(org.apache.cxf.message.Message message) |
getBus, getManager, handleMessage, isRMPolicyEnabled, setBus, setManager
public void handle(org.apache.cxf.message.Message message) throws SequenceFault, RMException
handle
in class AbstractRMInterceptor<org.apache.cxf.message.Message>
SequenceFault
RMException
Apache CXF