| 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.exception | |
| org.mule.execution | |
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| Modifier and Type | Field and Description |
|---|---|
protected SystemExceptionHandler |
DefaultMuleContext.exceptionListener
Global exception handler which handles "system" exceptions (i.e., when no message is involved).
|
| Modifier and Type | Method and Description |
|---|---|
SystemExceptionHandler |
DefaultMuleContext.getExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setExceptionListener(SystemExceptionHandler exceptionListener) |
| Modifier and Type | Method and Description |
|---|---|
SystemExceptionHandler |
MuleContext.getExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContext.setExceptionListener(SystemExceptionHandler exceptionListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSystemExceptionStrategy
Fire a notification, log exception, clean up transaction if any, and trigger reconnection strategy
if this is a
ConnectException. |
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.
|
| Constructor and Description |
|---|
PhaseExecutionEngine(List<MessageProcessPhase> messageProcessPhaseList,
SystemExceptionHandler exceptionHandler,
EndProcessPhase endProcessPhase) |
| Constructor and Description |
|---|
TransactedPollingMessageReceiver.MessageProcessorWorker(ExecutionTemplate<MuleEvent> pt,
CountDownLatch latch,
SystemExceptionHandler exceptionHandler,
Object message) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.