Class SOAPHandlerFaultOutInterceptor
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.SOAPHandlerFaultOutInterceptor
- All Implemented Interfaces:
SoapInterceptor,Interceptor<SoapMessage>,PhaseInterceptor<SoapMessage>
public class SOAPHandlerFaultOutInterceptor
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) getRoles()voidhandleMessage(SoapMessage message) Intercepts a message.Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.Interceptor
handleFault
-
Constructor Details
-
SOAPHandlerFaultOutInterceptor
public SOAPHandlerFaultOutInterceptor(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>
-