public class PolicyVerificationInFaultInterceptor extends AbstractPolicyInterceptor
Modifier and Type | Field and Description |
---|---|
static PolicyVerificationInFaultInterceptor |
INSTANCE |
Constructor and Description |
---|
PolicyVerificationInFaultInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
handle(Message message)
Determines the effective policy, and checks if one of its alternatives
is supported.
|
getBindingFaultInfo, getTransportAssertions, handleMessage
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public static final PolicyVerificationInFaultInterceptor INSTANCE
public PolicyVerificationInFaultInterceptor()
protected void handle(Message message)
handle
in class AbstractPolicyInterceptor
message
- PolicyException
- if none of the alternatives is supportedApache CXF