Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.mule.umo

Interface Summary
UMOChain UMOChain encapsulates the lowest execution object for a Universal Message Object By implementing this interface an objects can be linked together into an execution chain.
UMODescriptor UMODescriptor describes all the properties for a Mule UMO.
UMOEvent UMOEvent represents any data event occuring in the Mule environment.
UMOEventListener A MuleEventListener object is used to receive UMOEvent delivered asynchronously.
UMOExceptionStrategy UMOExceptionStrategy is a strategy class used for customising the behaviour of exception handling in different components in the system.
UMOFactory MuleFactory is a factory for creating UniversalMessageObject instances
UMOProviderDescriptor UMOProviderDescriptor describes a Provider in the Mule Server.
UMOSession UMOSession manages the interaction and distribution of events for Mule UMOs.
UMOSyncChainSupport UMOSyncChainSupport is used to provide UMOs with an interface that supports synchronous message calls.
UMOSyncEventListener MuleSyncEventListener is an aggregation of the UMOEventListener and UMOSyncChanSupport interfaces.
UniversalMessageObject UniversalMessageObject describes the methods for a Universal Message Object.
 

Exception Summary
UMOException UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception