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
Modifier and TypeMethodDescriptionprotected 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, setBeforeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
-
Method Details
-
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
-
isServiceCounterEnabled
protected boolean isServiceCounterEnabled(org.apache.cxf.message.Exchange ex) -
getOperationCounterName
protected ObjectName getOperationCounterName(org.apache.cxf.message.Exchange ex, ObjectName sericeCounterName) -
escapePatternChars
-