Apache CXF API

org.apache.cxf.ws.security.policy.interceptors
Class SecurityVerificationOutInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
      extended by org.apache.cxf.ws.security.policy.interceptors.SecurityVerificationOutInterceptor
All Implemented Interfaces:
Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>

public class SecurityVerificationOutInterceptor
extends AbstractPhaseInterceptor<SoapMessage>

Interceptor verifies critical policy security assertions for client side


Field Summary
static SecurityVerificationOutInterceptor INSTANCE
           
 
Constructor Summary
SecurityVerificationOutInterceptor()
           
 
Method Summary
 void handleMessage(SoapMessage message)
          Checks if some security assertions are specified without binding assertion and cannot be fulfilled.
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SecurityVerificationOutInterceptor INSTANCE
Constructor Detail

SecurityVerificationOutInterceptor

public SecurityVerificationOutInterceptor()
Method Detail

handleMessage

public void handleMessage(SoapMessage message)
                   throws Fault
Checks if some security assertions are specified without binding assertion and cannot be fulfilled. Throw PolicyException in this case

Parameters:
message -
Throws:
PolicyException - if assertions are specified without binding
Fault

Apache CXF API

Apache CXF