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 |
handleMessage(SoapMessage message)
Intercepts a message.
|
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleFaultpublic SOAPHandlerFaultInInterceptor(Binding binding)
public Set<URI> getRoles()
getRoles in interface SoapInterceptorpublic Set<QName> getUnderstoodHeaders()
getUnderstoodHeaders in interface SoapInterceptorpublic void handleMessage(SoapMessage message)
InterceptorhandleMessage in interface Interceptor<SoapMessage>handleMessage in class AbstractProtocolHandlerInterceptor<SoapMessage>protected MessageContext createProtocolMessageContext(SoapMessage message)
createProtocolMessageContext in class AbstractProtocolHandlerInterceptor<SoapMessage>Apache CXF