Package org.apache.cxf.ws.policy
Class PolicyOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.ws.policy.AbstractPolicyInterceptor
-
- org.apache.cxf.ws.policy.PolicyOutInterceptor
-
- 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 PolicyOutInterceptor extends AbstractPolicyInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description static PolicyOutInterceptorINSTANCE
-
Constructor Summary
Constructors Constructor Description PolicyOutInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandle(org.apache.cxf.message.Message msg)-
Methods inherited from class org.apache.cxf.ws.policy.AbstractPolicyInterceptor
getBindingFaultInfo, getTransportAssertions, handleMessage
-
-
-
-
Field Detail
-
INSTANCE
public static final PolicyOutInterceptor INSTANCE
-
-
Method Detail
-
handle
protected void handle(org.apache.cxf.message.Message msg)
- Specified by:
handlein classAbstractPolicyInterceptor
-
-