|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessagingExceptionHandler | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.api | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
| org.mule.api.construct | |
| org.mule.api.exception | |
| 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.construct | |
| org.mule.construct.builder | |
| org.mule.exception | |
| org.mule.execution | |
| org.mule.model | |
| org.mule.processor | |
| org.mule.service | |
| Uses of MessagingExceptionHandler in org.mule |
|---|
| Methods in org.mule that return MessagingExceptionHandler | |
|---|---|
MessagingExceptionHandler |
DefaultMuleContext.getDefaultExceptionStrategy()
|
| Uses of MessagingExceptionHandler in org.mule.api |
|---|
| Methods in org.mule.api that return MessagingExceptionHandler | |
|---|---|
MessagingExceptionHandler |
MuleContext.getDefaultExceptionStrategy()
|
| 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.exception |
|---|
| Subinterfaces of MessagingExceptionHandler in org.mule.api.exception | |
|---|---|
interface |
MessagingExceptionHandlerAcceptor
MessagingExceptionHandlers that will only be executed if accepts to manage MuleEvent |
| Uses of MessagingExceptionHandler in org.mule.api.model |
|---|
| Methods in org.mule.api.model that return MessagingExceptionHandler | |
|---|---|
MessagingExceptionHandler |
Model.getExceptionListener()
Deprecated. 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)
Deprecated. 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()
Deprecated. |
| Methods in org.mule.api.service with parameters of type MessagingExceptionHandler | |
|---|---|
void |
Service.setExceptionListener(MessagingExceptionHandler exceptionListener)
Deprecated. |
| 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.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 |
CatchMessagingExceptionStrategy
|
class |
ChoiceMessagingExceptionStrategy
Selects which exception strategy to execute based on filtering. |
class |
DefaultMessagingExceptionStrategy
This is the default exception handler for flows and services. |
class |
DefaultServiceExceptionStrategy
Deprecated. use DefaultMessagingExceptionStrategy instead |
class |
MessagingExceptionStrategyAcceptorDelegate
Allows to use MessagingExceptionHandler as MessagingExceptionHandlerAcceptor. |
class |
RollbackMessagingExceptionStrategy
|
class |
TemplateMessagingExceptionStrategy
|
| Methods in org.mule.exception that return MessagingExceptionHandler | |
|---|---|
MessagingExceptionHandler |
MessagingExceptionStrategyAcceptorDelegate.getExceptionListener()
|
| Methods in org.mule.exception that return types with arguments of type MessagingExceptionHandler | |
|---|---|
protected List<MessagingExceptionHandler> |
MessagingExceptionStrategyAcceptorDelegate.getOwnedObjects()
|
| Constructors in org.mule.exception with parameters of type MessagingExceptionHandler | |
|---|---|
MessagingExceptionStrategyAcceptorDelegate(MessagingExceptionHandler messagingExceptionHandler)
|
|
| Uses of MessagingExceptionHandler in org.mule.execution |
|---|
| Methods in org.mule.execution with parameters of type MessagingExceptionHandler | |
|---|---|
static ErrorHandlingExecutionTemplate |
ErrorHandlingExecutionTemplate.createErrorHandlingExecutionTemplate(MuleContext muleContext,
MessagingExceptionHandler messagingExceptionHandler)
Creates a ErrorHandlingExecutionTemplate to be used as the main enthat will route any MessagingException thrown to an exception listener |
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow using no transaction configuration |
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
TransactionConfig transactionConfig,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow |
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createScopeExecutionTemplate(MuleContext muleContext,
TransactionConfig transactionConfig,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate for inner scopes within a flow |
| Uses of MessagingExceptionHandler in org.mule.model |
|---|
| Methods in org.mule.model that return MessagingExceptionHandler | |
|---|---|
MessagingExceptionHandler |
AbstractModel.getExceptionListener()
Deprecated. |
| Methods in org.mule.model with parameters of type MessagingExceptionHandler | |
|---|---|
void |
AbstractModel.setExceptionListener(MessagingExceptionHandler exceptionListener)
Deprecated. |
| Uses of MessagingExceptionHandler in org.mule.processor |
|---|
| Fields in org.mule.processor declared as MessagingExceptionHandler | |
|---|---|
protected MessagingExceptionHandler |
TransactionalInterceptingMessageProcessor.exceptionListener
|
| Methods in org.mule.processor with parameters of type MessagingExceptionHandler | |
|---|---|
void |
TransactionalInterceptingMessageProcessor.setExceptionListener(MessagingExceptionHandler exceptionListener)
|
| Uses of MessagingExceptionHandler in org.mule.service |
|---|
| Fields in org.mule.service declared as MessagingExceptionHandler | |
|---|---|
protected MessagingExceptionHandler |
AbstractService.exceptionListener
Deprecated. The exception strategy used by the service. |
| Methods in org.mule.service that return MessagingExceptionHandler | |
|---|---|
MessagingExceptionHandler |
AbstractService.getExceptionListener()
Deprecated. |
| Methods in org.mule.service with parameters of type MessagingExceptionHandler | |
|---|---|
void |
AbstractService.setExceptionListener(MessagingExceptionHandler exceptionListener)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||