Uses of Class
org.mule.exception.AbstractExceptionListener

Packages that use AbstractExceptionListener
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.exception   
org.mule.module.cxf   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
 

Uses of AbstractExceptionListener in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type AbstractExceptionListener
static Message CoreMessages.exceptionListenerMustUseOutboundEndpoint(AbstractExceptionListener exceptionListener, ImmutableEndpoint endpoint)
           
 

Uses of AbstractExceptionListener in org.mule.exception
 

Subclasses of AbstractExceptionListener in org.mule.exception
 class AbstractExceptionStrategy
          Deprecated. use AbstractExceptionListener
 class AbstractMessagingExceptionStrategy
          Fire a notification, log exception, increment statistics, route the problematic message to a destination if one is configured (DLQ pattern), commit or rollback transaction if one exists, close any open streams.
 class AbstractSystemExceptionStrategy
          Fire a notification, log exception, clean up transaction if any, and trigger reconnection strategy if this is a ConnectException.
 class CatchMessagingExceptionStrategy
           
 class DefaultMessagingExceptionStrategy
          This is the default exception handler for flows and services.
 class DefaultServiceExceptionStrategy
          Deprecated. use DefaultMessagingExceptionStrategy instead
 class DefaultSystemExceptionStrategy
          This is the default exception handler for any exception which does not inherit from MessagingException, i.e, when no message is in play.
 class RollbackMessagingExceptionStrategy
           
 class TemplateMessagingExceptionStrategy
           
 

Uses of AbstractExceptionListener in org.mule.module.cxf
 

Subclasses of AbstractExceptionListener in org.mule.module.cxf
 class CxfComponentExceptionStrategy
          Deprecated. Currently the result is the same if no exception strategy is defined within the flow. The only difference is that when you set the CxfComponentExceptionStrategy the exception is unwrapped inside of the exception block, but the exceptionPayload doesn't change.
 

Uses of AbstractExceptionListener in org.mule.tck.functional
 

Subclasses of AbstractExceptionListener in org.mule.tck.functional
 class QuietExceptionStrategy
          Restrict exceptions to debug log messages
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.