Class AbstractMetricsInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.metrics.interceptors.AbstractMetricsInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
- Direct Known Subclasses:
MetricsMessageClientOutInterceptor,MetricsMessageInInterceptor,MetricsMessageInOneWayInterceptor,MetricsMessageInPostInvokeInterceptor,MetricsMessageInPreInvokeInterceptor,MetricsMessageOutInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddOperationMetrics(ExchangeMetrics ctx, Message m, BindingOperationInfo boi) protected ExchangeMetricsgetExchangeMetrics(Message m, boolean create) protected Collection<? extends MetricsProvider>getMetricProviders(Bus bus) voidMethods 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
-
Constructor Details
-
AbstractMetricsInterceptor
-
-
Method Details
-
getMetricProviders
-
getExchangeMetrics
-
addOperationMetrics
-
stop
-