public class PolicyVerificationInInterceptor extends AbstractPolicyInterceptor
| Modifier and Type | Field and Description |
|---|---|
static PolicyVerificationInInterceptor |
INSTANCE |
| Constructor and Description |
|---|
PolicyVerificationInInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handle(org.apache.cxf.message.Message message)
Determines the effective policy, and checks if one of its alternatives
is supported.
|
getBindingFaultInfo, getTransportAssertions, handleMessagepublic static final PolicyVerificationInInterceptor INSTANCE
protected void handle(org.apache.cxf.message.Message message)
handle in class AbstractPolicyInterceptormessage - PolicyException - if none of the alternatives is supportedApache CXF