Class AbstractMessageResponseTimeInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.management.interceptor.AbstractMessageResponseTimeInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
- Direct Known Subclasses:
ResponseTimeMessageInInterceptor,ResponseTimeMessageInvokerInterceptor,ResponseTimeMessageOutInterceptor
public abstract class AbstractMessageResponseTimeInterceptor extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeginHandlingMessage(org.apache.cxf.message.Exchange ex)protected voidendHandlingMessage(org.apache.cxf.message.Exchange ex)protected StringescapePatternChars(String value)protected ObjectNamegetOperationCounterName(org.apache.cxf.message.Exchange ex, ObjectName sericeCounterName)protected ObjectNamegetServiceCounterName(org.apache.cxf.message.Exchange ex)protected booleanisClient(org.apache.cxf.message.Message msg)protected booleanisServiceCounterEnabled(org.apache.cxf.message.Exchange ex)protected voidsetOneWayMessage(org.apache.cxf.message.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
-
-
-
-
Method Detail
-
isClient
protected boolean isClient(org.apache.cxf.message.Message msg)
-
beginHandlingMessage
protected void beginHandlingMessage(org.apache.cxf.message.Exchange ex)
-
endHandlingMessage
protected void endHandlingMessage(org.apache.cxf.message.Exchange ex)
-
setOneWayMessage
protected void setOneWayMessage(org.apache.cxf.message.Exchange ex)
-
getServiceCounterName
protected ObjectName getServiceCounterName(org.apache.cxf.message.Exchange ex)
-
isServiceCounterEnabled
protected boolean isServiceCounterEnabled(org.apache.cxf.message.Exchange ex)
-
getOperationCounterName
protected ObjectName getOperationCounterName(org.apache.cxf.message.Exchange ex, ObjectName sericeCounterName)
-
-