Class SOAPHandlerInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptor<SoapMessage>
org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor
- All Implemented Interfaces:
SoapInterceptor,Interceptor<SoapMessage>,PhaseInterceptor<SoapMessage>
public class SOAPHandlerInterceptor
extends AbstractProtocolHandlerInterceptor<SoapMessage>
implements SoapInterceptor
-
Field Summary
Fields inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
binding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.xml.ws.handler.MessageContextcreateProtocolMessageContext(SoapMessage message) protected QNamegetOpQName(Exchange ex, Object data) getRoles()voidhandleFault(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(SoapMessage message) Intercepts a message.Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
SOAPHandlerInterceptor
public SOAPHandlerInterceptor(jakarta.xml.ws.Binding binding)
-
-
Method Details
-
getRoles
- Specified by:
getRolesin interfaceSoapInterceptor
-
getUnderstoodHeaders
- Specified by:
getUnderstoodHeadersin interfaceSoapInterceptor
-
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.- Specified by:
handleMessagein interfaceInterceptor<SoapMessage>- Overrides:
handleMessagein classAbstractProtocolHandlerInterceptor<SoapMessage>
-
createProtocolMessageContext
- Overrides:
createProtocolMessageContextin classAbstractProtocolHandlerInterceptor<SoapMessage>
-
handleFault
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<SoapMessage>- Overrides:
handleFaultin classAbstractPhaseInterceptor<SoapMessage>
-
getOpQName
- Overrides:
getOpQNamein classAbstractJAXWSHandlerInterceptor<SoapMessage>
-