Class AbstractMessageResponseTimeInterceptor

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

public abstract class AbstractMessageResponseTimeInterceptor extends AbstractPhaseInterceptor<Message>
  • Method Details

    • isClient

      protected boolean isClient(Message msg)
    • beginHandlingMessage

      protected void beginHandlingMessage(Exchange ex)
    • endHandlingMessage

      protected void endHandlingMessage(Exchange ex)
    • setOneWayMessage

      protected void setOneWayMessage(Exchange ex)
    • getServiceCounterName

      protected ObjectName getServiceCounterName(Exchange ex)
    • isServiceCounterEnabled

      protected boolean isServiceCounterEnabled(Exchange ex)
    • getOperationCounterName

      protected ObjectName getOperationCounterName(Exchange ex, ObjectName sericeCounterName)
    • escapePatternChars

      protected String escapePatternChars(String value)