public class SecurityVerificationOutInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
| Modifier and Type | Field and Description |
|---|---|
static SecurityVerificationOutInterceptor |
INSTANCE |
| Constructor and Description |
|---|
SecurityVerificationOutInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
Checks if some security assertions are specified without binding assertion and cannot be fulfilled.
|
public static final SecurityVerificationOutInterceptor INSTANCE
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
throws org.apache.cxf.interceptor.Fault
message - org.apache.cxf.ws.policy.PolicyException - if assertions are specified without bindingorg.apache.cxf.interceptor.FaultApache CXF