|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessagingExceptionHandler | |
---|---|
org.mule.api.construct | |
org.mule.api.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
org.mule.api.service | |
org.mule.client | |
org.mule.config.spring.factories | |
org.mule.construct | |
org.mule.construct.builder | |
org.mule.exception | |
org.mule.model | |
org.mule.module.cxf | |
org.mule.service | |
org.mule.tck.functional | Helper classes and interfaces used by Mule fnctional tests. |
Uses of MessagingExceptionHandler in org.mule.api.construct |
---|
Methods in org.mule.api.construct that return MessagingExceptionHandler | |
---|---|
MessagingExceptionHandler |
FlowConstruct.getExceptionListener()
|
Uses of MessagingExceptionHandler in org.mule.api.model |
---|
Methods in org.mule.api.model that return MessagingExceptionHandler | |
---|---|
MessagingExceptionHandler |
Model.getExceptionListener()
The exception strategy to use by components managed by the model. |
Methods in org.mule.api.model with parameters of type MessagingExceptionHandler | |
---|---|
void |
Model.setExceptionListener(MessagingExceptionHandler listener)
The exception strategy to use by components managed by the model. |
Uses of MessagingExceptionHandler in org.mule.api.service |
---|
Methods in org.mule.api.service that return MessagingExceptionHandler | |
---|---|
MessagingExceptionHandler |
Service.getExceptionListener()
|
Methods in org.mule.api.service with parameters of type MessagingExceptionHandler | |
---|---|
void |
Service.setExceptionListener(MessagingExceptionHandler exceptionListener)
|
Uses of MessagingExceptionHandler in org.mule.client |
---|
Methods in org.mule.client that return MessagingExceptionHandler | |
---|---|
MessagingExceptionHandler |
DefaultLocalMuleClient.MuleClientFlowConstruct.getExceptionListener()
|
Uses of MessagingExceptionHandler in org.mule.config.spring.factories |
---|
Methods in org.mule.config.spring.factories with parameters of type MessagingExceptionHandler | |
---|---|
void |
AbstractFlowConstructFactoryBean.setExceptionListener(MessagingExceptionHandler exceptionListener)
|
Uses of MessagingExceptionHandler in org.mule.construct |
---|
Fields in org.mule.construct declared as MessagingExceptionHandler | |
---|---|
protected MessagingExceptionHandler |
AbstractFlowConstruct.exceptionListener
|
Methods in org.mule.construct that return MessagingExceptionHandler | |
---|---|
MessagingExceptionHandler |
AbstractFlowConstruct.getExceptionListener()
|
Methods in org.mule.construct with parameters of type MessagingExceptionHandler | |
---|---|
void |
AbstractFlowConstruct.setExceptionListener(MessagingExceptionHandler exceptionListener)
|
Uses of MessagingExceptionHandler in org.mule.construct.builder |
---|
Fields in org.mule.construct.builder declared as MessagingExceptionHandler | |
---|---|
protected MessagingExceptionHandler |
AbstractFlowConstructBuilder.exceptionListener
|
Methods in org.mule.construct.builder with parameters of type MessagingExceptionHandler | |
---|---|
T |
AbstractFlowConstructBuilder.exceptionStrategy(MessagingExceptionHandler exceptionListener)
|
Uses of MessagingExceptionHandler in org.mule.exception |
---|
Classes in org.mule.exception that implement MessagingExceptionHandler | |
---|---|
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 |
DefaultMessagingExceptionStrategy
This is the default exception handler for flows and services. |
Uses of MessagingExceptionHandler in org.mule.model |
---|
Methods in org.mule.model that return MessagingExceptionHandler | |
---|---|
MessagingExceptionHandler |
AbstractModel.getExceptionListener()
|
Methods in org.mule.model with parameters of type MessagingExceptionHandler | |
---|---|
void |
AbstractModel.setExceptionListener(MessagingExceptionHandler exceptionListener)
|
Uses of MessagingExceptionHandler in org.mule.module.cxf |
---|
Classes in org.mule.module.cxf that implement MessagingExceptionHandler | |
---|---|
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 MessagingExceptionHandler in org.mule.service |
---|
Fields in org.mule.service declared as MessagingExceptionHandler | |
---|---|
protected MessagingExceptionHandler |
AbstractService.exceptionListener
The exception strategy used by the service. |
Methods in org.mule.service that return MessagingExceptionHandler | |
---|---|
MessagingExceptionHandler |
AbstractService.getExceptionListener()
|
Methods in org.mule.service with parameters of type MessagingExceptionHandler | |
---|---|
void |
AbstractService.setExceptionListener(MessagingExceptionHandler exceptionListener)
|
Uses of MessagingExceptionHandler in org.mule.tck.functional |
---|
Classes in org.mule.tck.functional that implement MessagingExceptionHandler | |
---|---|
class |
QuietExceptionStrategy
Restrict exceptions to debug log messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |