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