Package org.mule.umo

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

See:
          Description

Interface Summary
UMOAgent UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
UMOComponent UMOComponent is the interal repesentation of a Mule Managed component.
UMODescriptor UMODescriptor describes all the properties for a Mule UMO.
UMOEncryptionStrategy UMOEncryptionStrategy TODO
UMOEvent UMOEvent represents any data event occuring in the Mule environment.
UMOEventContext UMOEventContext is the context object for the current request.
UMOExceptionStrategy UMOExceptionStrategy is a strategy class used for customising the behaviour of exception handling in different components in the system.
UMOFilter UMOFilter well known filter interface
UMOImmutableDescriptor UMODescriptor describes all the properties for a Mule UMO.
UMOInterceptor UMOInterceptor is based on a similar concept of servlet filters and works much the same way.
UMOManager UMOManager maintains and provides services for a UMO server instance.
UMOMessage UMOMessage represents a message payload.
UMOServerEventListener UMOServerEventListener is an observer interface that ojects can implement and register themselves with the Mule Server to receive notifications when the sevrver, model and components stop, start, initilise, etc.
UMOSession UMOSession is the context in which a request is executed.
UMOTransaction  
UMOTransactionConfig UMOTransactionConfig defines transaction configuration for a transactional endpoint.
UMOTransactionFactory UMOTransactionFactory creates a transaction.
UMOTransactionManagerFactory TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Class Summary
FutureMessageResult FutureMessageResult is an UMOMessage result of a remote invocation on a Mule Server.
Invocation Invocation represents a link in an interceptor chain.
UMOServerEvent UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
 

Exception Summary
ComponentException ComponentException should be thrown when some action on a component fails such as starting or stopping
MessageException MessageException is a general message exception thrown when errors specific to Message processing.
UMOException UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOTransactionException UMOTransactionException TODO (document class)
 

Package org.mule.umo Description

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



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.