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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeginHandlingMessage(Exchange ex)protected voidendHandlingMessage(Exchange ex)protected StringescapePatternChars(String value)protected ObjectNamegetOperationCounterName(Exchange ex, ObjectName sericeCounterName)protected ObjectNamegetServiceCounterName(Exchange ex)protected booleanisClient(Message msg)protected booleanisServiceCounterEnabled(Exchange ex)protected voidsetOneWayMessage(Exchange ex)-
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
-
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
-
-
-
-
Method Detail
-
isClient
protected boolean isClient(Message msg)
-
beginHandlingMessage
protected void beginHandlingMessage(Exchange ex)
-
endHandlingMessage
protected void endHandlingMessage(Exchange ex)
-
setOneWayMessage
protected void setOneWayMessage(Exchange ex)
-
getServiceCounterName
protected ObjectName getServiceCounterName(Exchange ex)
-
isServiceCounterEnabled
protected boolean isServiceCounterEnabled(Exchange ex)
-
getOperationCounterName
protected ObjectName getOperationCounterName(Exchange ex, ObjectName sericeCounterName)
-
-