| Package | Description |
|---|---|
| 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.api.transport |
Contains the interfaces that comprise a provider implementation.
|
| org.mule.client | |
| org.mule.component | |
| org.mule.construct | |
| org.mule.construct.builder | |
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.exception | |
| org.mule.execution | |
| org.mule.model | |
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.routing |
Defines the core routing patterns supported by mule.
|
| org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
| org.mule.service |
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
DefaultMuleContext.getDefaultExceptionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
MuleContext.getDefaultExceptionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
FlowConstruct.getExceptionListener() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessagingExceptionHandlerAcceptor
MessagingExceptionHandlers that will only be executed if accepts to manage MuleEvent
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingExceptionHandlerAware.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
Model.getExceptionListener()
Deprecated.
The exception strategy to use by components managed by the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setExceptionListener(MessagingExceptionHandler listener)
Deprecated.
The exception strategy to use by components managed by the model.
|
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
Service.getExceptionListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setExceptionListener(MessagingExceptionHandler exceptionListener)
Deprecated.
|
| Constructor and Description |
|---|
ExceptionHandlingReplyToHandlerDecorator(ReplyToHandler replyToHandler,
MessagingExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
DefaultLocalMuleClient.MuleClientFlowConstruct.getExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInterfaceBinding.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
void |
AbstractComponent.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected MessagingExceptionHandler |
AbstractFlowConstruct.exceptionListener |
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
AbstractFlowConstruct.getExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFlowConstruct.setExceptionListener(MessagingExceptionHandler exceptionListener) |
| Modifier and Type | Field and Description |
|---|---|
protected MessagingExceptionHandler |
AbstractFlowConstructBuilder.exceptionListener |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractFlowConstructBuilder.exceptionStrategy(MessagingExceptionHandler exceptionListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOutboundEndpoint.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
void |
DynamicOutboundEndpoint.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
void |
DynamicURIOutboundEndpoint.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
| Modifier and Type | Class and Description |
|---|---|
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 |
MessagingExceptionHandlerToSystemAdapter |
class |
MessagingExceptionStrategyAcceptorDelegate
Allows to use
MessagingExceptionHandler as MessagingExceptionHandlerAcceptor. |
class |
RollbackMessagingExceptionStrategy |
class |
TemplateMessagingExceptionStrategy |
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
MessagingExceptionStrategyAcceptorDelegate.getExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
protected List<MessagingExceptionHandler> |
MessagingExceptionStrategyAcceptorDelegate.getOwnedObjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExceptionListener.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
void |
TemplateMessagingExceptionStrategy.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
| Constructor and Description |
|---|
MessagingExceptionStrategyAcceptorDelegate(MessagingExceptionHandler messagingExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
AbstractModel.getExceptionListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModel.setExceptionListener(MessagingExceptionHandler exceptionListener)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessagingExceptionHandler |
TransactionalInterceptingMessageProcessor.exceptionListener |
protected MessagingExceptionHandler |
AbstractMuleObjectOwner.messagingExceptionHandler |
| Modifier and Type | Method and Description |
|---|---|
protected MessagingExceptionHandler |
AbstractMuleObjectOwner.getMessagingExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalInterceptingMessageProcessor.setExceptionListener(MessagingExceptionHandler exceptionListener) |
void |
AbstractMuleObjectOwner.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
void |
AsyncInterceptingMessageProcessor.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
void |
AbstractNonBlockingMessageProcessor.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
void |
AbstractRedeliveryPolicy.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageProcessorChain.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousUntilSuccessfulProcessingStrategy.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler) |
void |
ForwardingCatchAllStrategy.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOutboundRouterCollection.setMessagingExceptionHandler(MessagingExceptionHandler messagingExceptionHandler)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessagingExceptionHandler |
AbstractService.exceptionListener
Deprecated.
The exception strategy used by the service.
|
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
AbstractService.getExceptionListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractService.setExceptionListener(MessagingExceptionHandler exceptionListener)
Deprecated.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.