Class LoggingOutInterceptor

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

@Deprecated public class LoggingOutInterceptor extends AbstractLoggingInterceptor
Deprecated.
use the logging module rt/features/logging instead
  • Constructor Details

    • LoggingOutInterceptor

      public LoggingOutInterceptor(String phase)
      Deprecated.
    • LoggingOutInterceptor

      public LoggingOutInterceptor()
      Deprecated.
    • LoggingOutInterceptor

      public LoggingOutInterceptor(int lim)
      Deprecated.
    • LoggingOutInterceptor

      public LoggingOutInterceptor(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.
    • formatLoggingMessage

      protected String formatLoggingMessage(LoggingMessage buffer)
      Deprecated.
    • getLogger

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