Class LoggingFeature.LoggingInInterceptor

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

    public static class LoggingFeature.LoggingInInterceptor
    extends org.apache.cxf.interceptor.LoggingInInterceptor
    • Field Summary

      • Fields inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptor

        BINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, MULTIPART_CONTENT_MESSAGE, prettyLogging, threshold, writer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Logger getLogger()  
      protected void log​(Logger logger, String message)  
      • Methods inherited from class org.apache.cxf.interceptor.LoggingInInterceptor

        formatLoggingMessage, handleMessage, logging, logInputStream, logReader
      • Methods inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptor

        getBinaryContentMediaTypes, getInMemThreshold, getLimit, getPrintWriter, isBinaryContent, isLoggingDisabledNow, isMultipartContent, isPrettyLogging, isShowBinaryContent, isShowMultipartContent, setBinaryContentMediaTypes, setInMemThreshold, setLimit, setOutputLocation, setPrettyLogging, setPrintWriter, setShowBinaryContent, setShowMultipartContent, transform, writePayload, writePayload, writePrettyPayload
      • Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor

        addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
    • Constructor Detail

      • LoggingInInterceptor

        public LoggingInInterceptor​(int lim)
    • Method Detail

      • log

        protected void log​(Logger logger,
                           String message)
        Overrides:
        log in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
      • getLogger

        protected Logger getLogger()
        Overrides:
        getLogger in class org.apache.cxf.interceptor.LoggingInInterceptor