Spring BlazeDS Integration

org.springframework.flex.core
Interface ExceptionLogger

All Known Implementing Classes:
DefaultExceptionLogger

public interface ExceptionLogger

Strategy interface for pluggable logging of MessageExceptions

Author:
Jeremy Grelle

Method Summary
 void log(Throwable throwable)
          Logs the MessageException that is the end result of processing an incoming BlazeDS request.
 

Method Detail

log

void log(Throwable throwable)
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.

Parameters:
throwable - the exception to be logged

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.