public class SOAPHandlerFaultInInterceptor extends AbstractProtocolHandlerInterceptor<SoapMessage> implements SoapInterceptor
binding
Constructor and Description |
---|
SOAPHandlerFaultInInterceptor(Binding binding) |
Modifier and Type | Method and Description |
---|---|
protected MessageContext |
createProtocolMessageContext(SoapMessage message) |
Set<URI> |
getRoles() |
Set<QName> |
getUnderstoodHeaders() |
void |
handleFault(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.
|
void |
handleMessage(SoapMessage message)
Intercepts a message.
|
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfo
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
public SOAPHandlerFaultInInterceptor(Binding binding)
public Set<URI> getRoles()
getRoles
in interface SoapInterceptor
public Set<QName> getUnderstoodHeaders()
getUnderstoodHeaders
in interface SoapInterceptor
public void handleMessage(SoapMessage message)
Interceptor
handleMessage
in interface Interceptor<SoapMessage>
handleMessage
in class AbstractProtocolHandlerInterceptor<SoapMessage>
protected MessageContext createProtocolMessageContext(SoapMessage message)
createProtocolMessageContext
in class AbstractProtocolHandlerInterceptor<SoapMessage>
public void handleFault(SoapMessage message)
Interceptor
handleFault
in interface Interceptor<SoapMessage>
handleFault
in class AbstractPhaseInterceptor<SoapMessage>
Apache CXF