Spring BlazeDS Integration

org.springframework.flex.core
Class DefaultExceptionLogger

java.lang.Object
  extended by org.springframework.flex.core.DefaultExceptionLogger
All Implemented Interfaces:
ExceptionLogger

public class DefaultExceptionLogger
extends Object
implements ExceptionLogger

Default implementation of ExceptionLogger that logs all MessageExceptions at WARN level with Commons Logging.

Author:
Jeremy Grelle

Constructor Summary
DefaultExceptionLogger()
           
 
Method Summary
 void log(Throwable throwable)
          Logs the MessageException that is the end result of processing an incoming BlazeDS request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionLogger

public DefaultExceptionLogger()
Method Detail

log

public void log(Throwable throwable)
Description copied from interface: ExceptionLogger
Logs the MessageException that is the end result of processing an incoming BlazeDS request. This will be called at the final moment before the MessageException is serialized as AMF to be returned to the client.

Specified by:
log in interface ExceptionLogger
Parameters:
throwable - the exception to be logged

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.