Class LoggingOutInterceptor

    • Constructor Detail

      • LoggingOutInterceptor

        public LoggingOutInterceptor​(String phase)
        Deprecated.
      • LoggingOutInterceptor

        public LoggingOutInterceptor()
        Deprecated.
      • LoggingOutInterceptor

        public LoggingOutInterceptor​(int lim)
        Deprecated.
      • LoggingOutInterceptor

        public LoggingOutInterceptor​(PrintWriter w)
        Deprecated.
    • Method Detail

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