org.apache.cxf.management.interceptor
Class AbstractMessageResponseTimeInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.management.interceptor.AbstractMessageResponseTimeInterceptor
- All Implemented Interfaces:
- Interceptor<Message>, PhaseInterceptor<Message>
- Direct Known Subclasses:
- ResponseTimeMessageInInterceptor, ResponseTimeMessageInvokerInterceptor, ResponseTimeMessageOutInterceptor
public abstract class AbstractMessageResponseTimeInterceptor
- extends AbstractPhaseInterceptor<Message>
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isClient
protected boolean isClient(Message msg)
beginHandlingMessage
protected void beginHandlingMessage(Exchange ex)
endHandlingMessage
protected void endHandlingMessage(Exchange ex)
setOneWayMessage
protected void setOneWayMessage(Exchange ex)
escapePatternChars
protected String escapePatternChars(String value)
Apache CXF