public class SOAPHandlerInterceptor extends AbstractProtocolHandlerInterceptor<SoapMessage> implements SoapInterceptor
binding| Constructor and Description |
|---|
SOAPHandlerInterceptor(Binding binding) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageContext |
createProtocolMessageContext(SoapMessage message) |
protected QName |
getOpQName(Exchange ex,
Object data) |
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, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBeforepublic SOAPHandlerInterceptor(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>public void handleFault(SoapMessage message)
InterceptorhandleFault in interface Interceptor<SoapMessage>handleFault in class AbstractPhaseInterceptor<SoapMessage>protected QName getOpQName(Exchange ex, Object data)
getOpQName in class AbstractJAXWSHandlerInterceptor<SoapMessage>Apache CXF