Class AbstractMessageResponseTimeInterceptor

    • Method Detail

      • 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)