public class RMInInterceptor extends AbstractRMInterceptor<Message>
| Constructor and Description |
|---|
RMInInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handle(Message message) |
void |
handleFault(Message message)
Called for all interceptors (in reverse order) on which handleMessage
had been successfully invoked, when normal execution of the chain was
aborted for some reason.
|
getBus, getManager, handleMessage, isRMPolicyEnabled, setBus, setManageraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBeforepublic void handleFault(Message message)
InterceptorhandleFault in interface Interceptor<Message>handleFault in class AbstractPhaseInterceptor<Message>protected void handle(Message message) throws SequenceFault, RMException
handle in class AbstractRMInterceptor<Message>SequenceFaultRMExceptionApache CXF