public abstract class AbstractMessageResponseTimeInterceptor extends AbstractPhaseInterceptor<Message>
Modifier and Type | Method and Description |
---|---|
protected void |
beginHandlingMessage(Exchange ex) |
protected void |
endHandlingMessage(Exchange ex) |
protected String |
escapePatternChars(String value) |
protected ObjectName |
getOperationCounterName(Exchange ex,
ObjectName sericeCounterName) |
protected ObjectName |
getServiceCounterName(Exchange ex) |
protected boolean |
isClient(Message msg) |
protected boolean |
isServiceCounterEnabled(Exchange ex) |
protected void |
setOneWayMessage(Exchange ex) |
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
protected boolean isClient(Message msg)
protected void beginHandlingMessage(Exchange ex)
protected void endHandlingMessage(Exchange ex)
protected void setOneWayMessage(Exchange ex)
protected ObjectName getServiceCounterName(Exchange ex)
protected boolean isServiceCounterEnabled(Exchange ex)
protected ObjectName getOperationCounterName(Exchange ex, ObjectName sericeCounterName)
Apache CXF