org.mule.api.exception
Interface MessagingExceptionHandler
- All Known Implementing Classes:
- AbstractMessagingExceptionStrategy, CxfComponentExceptionStrategy, DefaultServiceExceptionStrategy, QuietExceptionStrategy, RouteableExceptionStrategy
public interface MessagingExceptionHandler
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
Method Summary |
MuleEvent |
handleException(java.lang.Exception exception,
MuleEvent event)
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred). |
handleException
MuleEvent handleException(java.lang.Exception exception,
MuleEvent event)
- Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
- Parameters:
exception
- which occurredevent
- which was being processed when the exception occurred
- Returns:
- new event to route on to the rest of the flow, generally with ExceptionPayload set on the message
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.