public class LogicalHandlerInInterceptor extends AbstractJAXWSHandlerInterceptor<Message>
binding
Constructor and Description |
---|
LogicalHandlerInInterceptor(Binding binding) |
Modifier and Type | Method and Description |
---|---|
protected QName |
getOpQName(Exchange ex,
Object data) |
void |
handleFault(Message 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(Message message)
Intercepts a message.
|
getBinding, getInvoker, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfo
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
public LogicalHandlerInInterceptor(Binding binding)
public void handleMessage(Message message)
Interceptor
public void handleFault(Message message)
Interceptor
handleFault
in interface Interceptor<Message>
handleFault
in class AbstractPhaseInterceptor<Message>
protected QName getOpQName(Exchange ex, Object data)
getOpQName
in class AbstractJAXWSHandlerInterceptor<Message>
Apache CXF