public abstract class AbstractMessageResponseTimeInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Modifier and Type | Method and Description |
|---|---|
protected void |
beginHandlingMessage(org.apache.cxf.message.Exchange ex) |
protected void |
endHandlingMessage(org.apache.cxf.message.Exchange ex) |
protected String |
escapePatternChars(String value) |
protected ObjectName |
getOperationCounterName(org.apache.cxf.message.Exchange ex,
ObjectName sericeCounterName) |
protected ObjectName |
getServiceCounterName(org.apache.cxf.message.Exchange ex) |
protected boolean |
isClient(org.apache.cxf.message.Message msg) |
protected boolean |
isServiceCounterEnabled(org.apache.cxf.message.Exchange ex) |
protected void |
setOneWayMessage(org.apache.cxf.message.Exchange ex) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeprotected boolean isClient(org.apache.cxf.message.Message msg)
protected void beginHandlingMessage(org.apache.cxf.message.Exchange ex)
protected void endHandlingMessage(org.apache.cxf.message.Exchange ex)
protected void setOneWayMessage(org.apache.cxf.message.Exchange ex)
protected ObjectName getServiceCounterName(org.apache.cxf.message.Exchange ex)
protected boolean isServiceCounterEnabled(org.apache.cxf.message.Exchange ex)
protected ObjectName getOperationCounterName(org.apache.cxf.message.Exchange ex, ObjectName sericeCounterName)
Apache CXF