public abstract class AbstractPolicyInterceptor extends AbstractPhaseInterceptor<Message>
Constructor and Description |
---|
AbstractPolicyInterceptor(String phase) |
AbstractPolicyInterceptor(String id,
String phase) |
Modifier and Type | Method and Description |
---|---|
protected BindingFaultInfo |
getBindingFaultInfo(Message msg,
Exception ex,
BindingOperationInfo boi) |
protected void |
getTransportAssertions(Message message) |
protected abstract void |
handle(Message message) |
void |
handleMessage(Message message)
Intercepts a message.
|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public AbstractPolicyInterceptor(String phase)
public void handleMessage(Message message) throws Fault
Interceptor
Fault
protected void getTransportAssertions(Message message)
protected BindingFaultInfo getBindingFaultInfo(Message msg, Exception ex, BindingOperationInfo boi)
protected abstract void handle(Message message) throws PolicyException
PolicyException
Apache CXF