Class PerformanceStopInterceptor

  • All Implemented Interfaces:
    org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>

    public class PerformanceStopInterceptor
    extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
    Implementation of AbstractPhaseInterceptor that logs the duration time of a service client invocation.
    Since:
    3.0.0
    • Field Detail

      • LOG

        private static final org.slf4j.Logger LOG
      • errorLogged

        private boolean errorLogged
    • Constructor Detail

      • PerformanceStopInterceptor

        public PerformanceStopInterceptor()
        The constructor.
    • Method Detail

      • handleMessage

        public void handleMessage​(org.apache.cxf.message.Message message)
                           throws org.apache.cxf.interceptor.Fault
        Throws:
        org.apache.cxf.interceptor.Fault