Apache CXF API

org.apache.cxf.ws.policy
Class PolicyVerificationOutInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.ws.policy.AbstractPolicyInterceptor
          extended by org.apache.cxf.ws.policy.PolicyVerificationOutInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class PolicyVerificationOutInterceptor
extends AbstractPolicyInterceptor


Field Summary
static PolicyVerificationOutInterceptor INSTANCE
           
 
Constructor Summary
PolicyVerificationOutInterceptor()
           
 
Method Summary
protected  void handle(Message message)
          Checks if all assertions in the chosen alternative have been asserted.
 
Methods inherited from class org.apache.cxf.ws.policy.AbstractPolicyInterceptor
getBindingFaultInfo, getTransportAssertions, handleMessage
 
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 PolicyVerificationOutInterceptor INSTANCE
Constructor Detail

PolicyVerificationOutInterceptor

public PolicyVerificationOutInterceptor()
Method Detail

handle

protected void handle(Message message)
Checks if all assertions in the chosen alternative have been asserted. Note that although the alternative was chosen in such a way that at least all interceptors necessary to assert the assertions are present, it is not possible to predict if these interceptors actually have asserted their assertions.

Specified by:
handle in class AbstractPolicyInterceptor
Parameters:
message -
Throws:
PolicyException - if none of the alternatives is supported

Apache CXF API

Apache CXF