Package org.apache.cxf.ws.policy
Class AbstractPolicyInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.ws.policy.AbstractPolicyInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
- Direct Known Subclasses:
ClientPolicyInFaultInterceptor,PolicyInInterceptor,PolicyOutInterceptor,PolicyVerificationInFaultInterceptor,PolicyVerificationInInterceptor,PolicyVerificationOutInterceptor,ServerPolicyOutFaultInterceptor
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractPolicyInterceptor(String phase) AbstractPolicyInterceptor(String id, String phase) -
Method Summary
Modifier and TypeMethodDescriptionprotected BindingFaultInfogetBindingFaultInfo(Message msg, Exception ex, BindingOperationInfo boi) protected voidgetTransportAssertions(Message message) protected abstract voidvoidhandleMessage(Message message) Intercepts a message.Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
AbstractPolicyInterceptor
-
AbstractPolicyInterceptor
-
-
Method Details
-
handleMessage
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
getTransportAssertions
-
getBindingFaultInfo
-
handle
- Throws:
PolicyException
-