Class AbstractMessageResponseTimeInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.management.interceptor.AbstractMessageResponseTimeInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
Direct Known Subclasses:
ResponseTimeMessageInInterceptor, ResponseTimeMessageInvokerInterceptor, ResponseTimeMessageOutInterceptor

public abstract class AbstractMessageResponseTimeInterceptor extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
  • Method Details

    • isClient

      protected boolean isClient(org.apache.cxf.message.Message msg)
    • beginHandlingMessage

      protected void beginHandlingMessage(org.apache.cxf.message.Exchange ex)
    • endHandlingMessage

      protected void endHandlingMessage(org.apache.cxf.message.Exchange ex)
    • setOneWayMessage

      protected void setOneWayMessage(org.apache.cxf.message.Exchange ex)
    • getServiceCounterName

      protected ObjectName getServiceCounterName(org.apache.cxf.message.Exchange ex)
    • isServiceCounterEnabled

      protected boolean isServiceCounterEnabled(org.apache.cxf.message.Exchange ex)
    • getOperationCounterName

      protected ObjectName getOperationCounterName(org.apache.cxf.message.Exchange ex, ObjectName sericeCounterName)
    • escapePatternChars

      protected String escapePatternChars(String value)