Uses of Class
org.apache.cxf.metrics.ExchangeMetrics
-
Packages that use ExchangeMetrics Package Description org.apache.cxf.metrics org.apache.cxf.metrics.interceptors -
-
Uses of ExchangeMetrics in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics that return ExchangeMetrics Modifier and Type Method Description ExchangeMetricsExchangeMetrics. addContext(MetricsContext ctx) -
Uses of ExchangeMetrics in org.apache.cxf.metrics.interceptors
Methods in org.apache.cxf.metrics.interceptors that return ExchangeMetrics Modifier and Type Method Description protected ExchangeMetricsAbstractMetricsInterceptor. getExchangeMetrics(org.apache.cxf.message.Message m, boolean create)Methods in org.apache.cxf.metrics.interceptors with parameters of type ExchangeMetrics Modifier and Type Method Description protected voidAbstractMetricsInterceptor. addOperationMetrics(ExchangeMetrics ctx, org.apache.cxf.message.Message m, org.apache.cxf.service.model.BindingOperationInfo boi)
-