Class LoggingInInterceptor

All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

@Deprecated public class LoggingInInterceptor extends AbstractLoggingInterceptor
Deprecated.
use the logging module rt/features/logging instead
A simple logging handler which outputs the bytes of the message to the Logger.
  • Constructor Details

    • LoggingInInterceptor

      public LoggingInInterceptor()
      Deprecated.
    • LoggingInInterceptor

      public LoggingInInterceptor(String phase)
      Deprecated.
    • LoggingInInterceptor

      public LoggingInInterceptor(String id, String phase)
      Deprecated.
    • LoggingInInterceptor

      public LoggingInInterceptor(int lim)
      Deprecated.
    • LoggingInInterceptor

      public LoggingInInterceptor(String id, int lim)
      Deprecated.
    • LoggingInInterceptor

      public LoggingInInterceptor(PrintWriter w)
      Deprecated.
    • LoggingInInterceptor

      public LoggingInInterceptor(String id, PrintWriter w)
      Deprecated.
  • Method Details

    • handleMessage

      public void handleMessage(Message message)
      Deprecated.
      Description copied from interface: Interceptor
      Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
    • logging

      protected void logging(Logger logger, Message message)
      Deprecated.
    • logReader

      protected void logReader(Message message, Reader reader, LoggingMessage buffer)
      Deprecated.
    • logInputStream

      protected void logInputStream(Message message, InputStream is, LoggingMessage buffer, String encoding, String ct)
      Deprecated.
    • formatLoggingMessage

      protected String formatLoggingMessage(LoggingMessage loggingMessage)
      Deprecated.
    • getLogger

      protected Logger getLogger()
      Deprecated.
      Specified by:
      getLogger in class AbstractLoggingInterceptor