public abstract class AbstractRMInterceptor<T extends Message> extends AbstractPhaseInterceptor<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractRMInterceptor() |
protected |
AbstractRMInterceptor(String phase) |
Modifier and Type | Method and Description |
---|---|
Bus |
getBus() |
RMManager |
getManager() |
protected abstract void |
handle(Message message) |
void |
handleMessage(Message msg)
Intercepts a message.
|
protected boolean |
isRMPolicyEnabled(Message msg) |
void |
setBus(Bus bus) |
void |
setManager(RMManager m) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
protected AbstractRMInterceptor(String phase)
protected AbstractRMInterceptor()
public RMManager getManager()
public void setManager(RMManager m)
public Bus getBus()
public void setBus(Bus bus)
public void handleMessage(Message msg) throws Fault
Interceptor
Fault
protected abstract void handle(Message message) throws SequenceFault, RMException
SequenceFault
RMException
protected boolean isRMPolicyEnabled(Message msg)
Apache CXF