Package org.apache.cxf.ws.policy
Class PolicyOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.apache.cxf.ws.policy.AbstractPolicyInterceptor
-
- org.apache.cxf.ws.policy.PolicyOutInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<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(Message msg)-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final PolicyOutInterceptor INSTANCE
-
-
Method Detail
-
handle
protected void handle(Message msg)
- Specified by:
handlein classAbstractPolicyInterceptor
-
-