Package org.apache.cxf.ws.security.wss4j
Class PolicyBasedWSS4JOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JOutInterceptor
- All Implemented Interfaces:
Interceptor<org.apache.cxf.binding.soap.SoapMessage>,PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
public class PolicyBasedWSS4JOutInterceptor
extends AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFault(org.apache.cxf.binding.soap.SoapMessage message) Called for all interceptors (in reverse order) on which handleMessage had been successfully invoked, when normal execution of the chain was aborted for some reason.voidhandleMessage(org.apache.cxf.binding.soap.SoapMessage mc) Intercepts a message.Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
-
Field Details
-
SECURITY_PROCESSED
-
INSTANCE
-
-
Constructor Details
-
PolicyBasedWSS4JOutInterceptor
public PolicyBasedWSS4JOutInterceptor()
-
-
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
-
handleFault
public void handleFault(org.apache.cxf.binding.soap.SoapMessage message) Description copied from interface:InterceptorCalled for all interceptors (in reverse order) on which handleMessage had been successfully invoked, when normal execution of the chain was aborted for some reason.- Specified by:
handleFaultin interfaceInterceptor<org.apache.cxf.binding.soap.SoapMessage>- Overrides:
handleFaultin classAbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
-
createEndingInterceptor
public final PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal createEndingInterceptor()
-