public class ResponseTimeMessageOutInterceptor extends AbstractMessageResponseTimeInterceptor
Modifier and Type | Class and Description |
---|---|
class |
ResponseTimeMessageOutInterceptor.EndingInterceptor |
Constructor and Description |
---|
ResponseTimeMessageOutInterceptor() |
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.
|
beginHandlingMessage, endHandlingMessage, escapePatternChars, getOperationCounterName, getServiceCounterName, isClient, isServiceCounterEnabled, setOneWayMessage
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
public void handleMessage(Message message) throws Fault
Interceptor
Fault
public void handleFault(Message message)
Interceptor
handleFault
in interface Interceptor<Message>
handleFault
in class AbstractPhaseInterceptor<Message>
Apache CXF