public abstract class AbstractRMInterceptor<T extends org.apache.cxf.message.Message>
extends org.apache.cxf.phase.AbstractPhaseInterceptor<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRMInterceptor() |
protected |
AbstractRMInterceptor(String phase) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.Bus |
getBus() |
RMManager |
getManager() |
protected abstract void |
handle(org.apache.cxf.message.Message message) |
void |
handleMessage(org.apache.cxf.message.Message msg) |
protected boolean |
isRMPolicyEnabled(org.apache.cxf.message.Message msg) |
void |
setBus(org.apache.cxf.Bus bus) |
void |
setManager(RMManager m) |
protected AbstractRMInterceptor(String phase)
protected AbstractRMInterceptor()
public RMManager getManager()
public void setManager(RMManager m)
public org.apache.cxf.Bus getBus()
public void setBus(org.apache.cxf.Bus bus)
public void handleMessage(org.apache.cxf.message.Message msg)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultprotected abstract void handle(org.apache.cxf.message.Message message)
throws SequenceFault,
RMException
SequenceFaultRMExceptionprotected boolean isRMPolicyEnabled(org.apache.cxf.message.Message msg)
Apache CXF