|
Class Summary |
| DefaultExceptionStrategy |
DefaultExceptionStrategy Provides a default exception handling strategy. |
| MuleDescriptor |
MuleDescriptor describes all the properties for a Mule UMO. |
| MuleEvent |
MuleEvent represents any data event occuring in the Mule environment. |
| MuleFactorySupport |
MuleFactorySupport is a factory for creating UniversalMessageObject
instances. |
| MuleProviderDescriptor |
MuleProviderDescriptor describes a Provider in the Mule Server. |
| MuleProxy |
MuleProxy is a proxy to a MuleUMO. |
| MuleProxyFactory |
MuleProxyFactory is a factory class that creates MuleProxy objects. |
| MuleProxyPool |
MuleProxyPool is a pool of Mule proxy objects. |
| MuleSession |
MuleSession manages the interaction and distribution of events for Mule UMOs. |
| MuleSessionManager |
MuleSessionManagerIs responsible managing MuleSession
instances and any state that may be shared among them. |
| MuleUMO |
MuleUMO is a basis for all Mule
UMOs. |
| ProviderList |
ProviderList encapsulates two lists of ProviderDescriptors; send providers and receive providers. |
| ReceiverProxy |
ReceiverProxy TODO (document class) |
| SimpleMuleChain |
SimpleMuleChain encapsulates the lowest execution object for a Universal Message Object
By implementing this interface an objects can be linked together into an execution chain. |