public abstract class AbstractMetricsInterceptor extends AbstractPhaseInterceptor<Message>
Constructor and Description |
---|
AbstractMetricsInterceptor(String phase,
MetricsProvider[] p) |
Modifier and Type | Method and Description |
---|---|
protected void |
addOperationMetrics(ExchangeMetrics ctx,
Message m,
BindingOperationInfo boi) |
protected ExchangeMetrics |
getExchangeMetrics(Message m,
boolean create) |
protected Collection<? extends MetricsProvider> |
getMetricProviders(Bus bus) |
void |
stop(Message m) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMessage
public AbstractMetricsInterceptor(String phase, MetricsProvider[] p)
protected Collection<? extends MetricsProvider> getMetricProviders(Bus bus)
protected ExchangeMetrics getExchangeMetrics(Message m, boolean create)
protected void addOperationMetrics(ExchangeMetrics ctx, Message m, BindingOperationInfo boi)
public void stop(Message m)
Apache CXF