public class LogicalHandlerOutInterceptor extends AbstractJAXWSHandlerInterceptor<Message>
| Modifier and Type | Field and Description |
|---|---|
static String |
ORIGINAL_WRITER |
binding| Constructor and Description |
|---|
LogicalHandlerOutInterceptor(Binding binding) |
| Modifier and Type | Method and Description |
|---|---|
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, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBeforepublic static final String ORIGINAL_WRITER
public LogicalHandlerOutInterceptor(Binding binding)
public void handleMessage(Message message) throws Fault
InterceptorFaultpublic void handleFault(Message message)
InterceptorhandleFault in interface Interceptor<Message>handleFault in class AbstractPhaseInterceptor<Message>Apache CXF