org.apache.cxf.jaxws.handler.soap
Class SOAPHandlerFaultInInterceptor
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.SOAPHandlerFaultInInterceptor
- All Implemented Interfaces:
- SoapInterceptor, Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>
public class SOAPHandlerFaultInInterceptor
- extends AbstractProtocolHandlerInterceptor<SoapMessage>
- implements SoapInterceptor
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPHandlerFaultInInterceptor
public SOAPHandlerFaultInInterceptor(Binding binding)
getRoles
public Set<URI> getRoles()
- Specified by:
getRoles
in interface SoapInterceptor
getUnderstoodHeaders
public Set<QName> getUnderstoodHeaders()
- Specified by:
getUnderstoodHeaders
in interface SoapInterceptor
handleMessage
public void handleMessage(SoapMessage message)
- Description copied from interface:
Interceptor
- Intercepts a message.
Interceptors should NOT invoke handleMessage or handleFault
on the next interceptor - the interceptor chain will
take care of this.
- Specified by:
handleMessage
in interface Interceptor<SoapMessage>
- Overrides:
handleMessage
in class AbstractProtocolHandlerInterceptor<SoapMessage>
createProtocolMessageContext
protected MessageContext createProtocolMessageContext(SoapMessage message)
- Overrides:
createProtocolMessageContext
in class AbstractProtocolHandlerInterceptor<SoapMessage>
handleFault
public void handleFault(SoapMessage message)
- Description copied from interface:
Interceptor
- 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.
- Specified by:
handleFault
in interface Interceptor<SoapMessage>
- Overrides:
handleFault
in class AbstractPhaseInterceptor<SoapMessage>
Apache CXF