Package org.apache.cxf.ws.policy
Class PolicyVerificationInFaultInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.ws.policy.AbstractPolicyInterceptor
-
- org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class PolicyVerificationInFaultInterceptor extends AbstractPolicyInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description static PolicyVerificationInFaultInterceptorINSTANCE
-
Constructor Summary
Constructors Constructor Description PolicyVerificationInFaultInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandle(org.apache.cxf.message.Message message)Determines the effective policy, and checks if one of its alternatives is supported.-
Methods inherited from class org.apache.cxf.ws.policy.AbstractPolicyInterceptor
getBindingFaultInfo, getTransportAssertions, handleMessage
-
-
-
-
Field Detail
-
INSTANCE
public static final PolicyVerificationInFaultInterceptor INSTANCE
-
-
Method Detail
-
handle
protected void handle(org.apache.cxf.message.Message message)
Determines the effective policy, and checks if one of its alternatives is supported.- Specified by:
handlein classAbstractPolicyInterceptor- Parameters:
message-- Throws:
PolicyException- if none of the alternatives is supported
-
-