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
|
Java Source File Name | Type | Comment |
DefaultMuleException.java | Class | MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
EncryptionStrategy.java | Interface | EncryptionStrategy can be used to provide different types of
Encryption strategy objects. |
ExceptionPayload.java | Interface | ExceptionPayload is a message payload that contains exception
information that occurred during message processing. |
FutureMessageResult.java | Class | FutureMessageResult is an MuleMessage result of a remote invocation
on a Mule Server. |
MessagingException.java | Class | MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
MuleContext.java | Interface | |
MuleEvent.java | Interface | MuleEvent represents any data event occuring in the Mule
environment. |
MuleEventContext.java | Interface | MuleEventContext is the context object for the current request. |
MuleException.java | Class | |
MuleMessage.java | Interface | MuleMessage represents a message payload. |
MuleRuntimeException.java | Class | MuleRuntimeException Is the base runtime exception type for the
Mule Server any other runtimes exceptions thrown by Mule code will use or be based
on this exception. |
MuleSession.java | Interface | MuleSession is the context in which a request is executed. |
NamedObject.java | Interface | |
ThreadSafeAccess.java | Interface | Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies. |