| org.apache.cxf.ws.policy.AbstractPolicyInterceptor org.apache.cxf.ws.policy.PolicyVerificationOutInterceptor
Method Summary | |
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. |
PolicyVerificationOutInterceptor | public PolicyVerificationOutInterceptor()(Code) | | |
handle | protected void handle(Message message)(Code) | | 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.
Parameters: message - throws: PolicyException - if none of the alternatives is supported |
Fields inherited from org.apache.cxf.ws.policy.AbstractPolicyInterceptor | protected Bus bus(Code)(Java Doc)
|
|
|