public class OneWayProcessorInterceptor extends AbstractPhaseInterceptor<Message>
Modifier and Type | Field and Description |
---|---|
static String |
USE_ORIGINAL_THREAD |
Constructor and Description |
---|
OneWayProcessorInterceptor() |
OneWayProcessorInterceptor(String phase) |
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.
|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
public static final String USE_ORIGINAL_THREAD
public OneWayProcessorInterceptor()
public OneWayProcessorInterceptor(String phase)
public void handleFault(Message message)
Interceptor
handleFault
in interface Interceptor<Message>
handleFault
in class AbstractPhaseInterceptor<Message>
public void handleMessage(Message message)
Interceptor
Apache CXF