|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractExceptionStrategy | |
---|---|
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 AbstractExceptionStrategy in org.mule.config.i18n |
---|
Methods in org.mule.config.i18n with parameters of type AbstractExceptionStrategy | |
---|---|
static Message |
CoreMessages.exceptionListenerMustUseOutboundEndpoint(AbstractExceptionStrategy exceptionListener,
ImmutableEndpoint endpoint)
|
Uses of AbstractExceptionStrategy in org.mule.exception |
---|
Subclasses of AbstractExceptionStrategy in org.mule.exception | |
---|---|
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 |
DefaultMessagingExceptionStrategy
This is the default exception handler for flows and services. |
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. |
Uses of AbstractExceptionStrategy in org.mule.module.cxf |
---|
Subclasses of AbstractExceptionStrategy in org.mule.module.cxf | |
---|---|
class |
CxfComponentExceptionStrategy
This exception strategy forces the exception thrown from a web service invocation to be passed as-is, not wrapped in a Mule exception object. |
Uses of AbstractExceptionStrategy in org.mule.tck.functional |
---|
Subclasses of AbstractExceptionStrategy in org.mule.tck.functional | |
---|---|
class |
QuietExceptionStrategy
Restrict exceptions to debug log messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |