Uses of Package
org.mule.umo

Packages that use org.mule.umo
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.components.script   
org.mule.components.simple   
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.builders   
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
org.mule.extras.acegi.filters.http   
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.groovy Groovy extensions to Mule
org.mule.extras.groovy.config   
org.mule.extras.jotm Provides access to the Jotm transaction manager for User and Xa transactions. 
org.mule.extras.spring.config Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. 
org.mule.extras.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.extras.tyrex Provides access to the Tyrex transaction manager for User and Xa transactions. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.impl.internal.admin   
org.mule.impl.internal.events   
org.mule.impl.message   
org.mule.impl.security   
org.mule.impl.security.filters   
org.mule.interceptors Contains default UMOInterceptor implementations that can be applied to Mule managed components. 
org.mule.management Mule system management extensions such as Jmx support. 
org.mule.management.agents   
org.mule.management.mbeans   
org.mule.model Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.email.filters   
org.mule.providers.email.transformers Contains transformers to convert to and from the java.mail.Message type. 
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.file.filters Filename filters used to filter on a listening directory. 
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.http.filters   
org.mule.providers.http.transformers   
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.jms.filters   
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.providers.servlet Allows the Mule server to easily interact with a servlet engine. 
org.mule.providers.soap   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.glue Provides an Glue soap transport for Mule
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.stream   
org.mule.providers.tcp Provides tcp connectivity for Mule
org.mule.providers.udp Provides Udp connectivity for Mule
org.mule.providers.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.providers.xmpp   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
org.mule.routing.filters.logic Filters that allow other filters to be combined. 
org.mule.routing.filters.xml Filters that apply specifically to xml using xml querying mechanisms. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response   
org.mule.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.model Test suite for testing Model releated extensions. 
org.mule.tck.providers Test suite for testing custom provider implementations. 
org.mule.transaction Contains the core transaction support classes and exception types. 
org.mule.transaction.constraints Contains the transaction contraint filter used to control how and when transactions are committed. 
org.mule.transformers Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformers.encryption   
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 
org.mule.umo.endpoint   
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the ContainerContext, CompoenntResolver, EntryPointResolver, etc. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
org.mule.umo.routing Interfaces that define inbound and outbound routing API. 
org.mule.umo.security   
org.mule.umo.transformer Contains the interfaces for transformers and exceptions for the UMO Transformer API. 
org.mule.util.queue A generic queue implementation extending the concurrent APIs with pluggable queue persistence. 
 

Classes in org.mule.umo used by org.mule
UMOAgent
          UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
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.
 

Classes in org.mule.umo used by org.mule.components.script
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.components.simple
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.config
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.config.builders
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOFilter
          UMOFilter well known filter interface
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.umo used by org.mule.config.pool
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.extras.acegi.filters.http
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
 

Classes in org.mule.umo used by org.mule.extras.client
FutureMessageResult
          FutureMessageResult is an UMOMessage result of a remote invocation on a Mule Server.
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.extras.groovy
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.extras.groovy.config
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo used by org.mule.extras.jotm
UMOTransactionManagerFactory
          TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Classes in org.mule.umo used by org.mule.extras.spring.config
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOTransactionManagerFactory
          TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Classes in org.mule.umo used by org.mule.extras.spring.events
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOFilter
          UMOFilter well known filter interface
 

Classes in org.mule.umo used by org.mule.extras.tyrex
UMOTransactionManagerFactory
          TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Classes in org.mule.umo used by org.mule.impl
FutureMessageResult
          FutureMessageResult is an UMOMessage result of a remote invocation on a Mule Server.
Invocation
          Invocation represents a link in an interceptor chain.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
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.
UMOMessage
          UMOMessage represents a message payload.
UMOSession
          UMOSession is the context in which a request is executed.
UMOTransaction
           
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
UMOTransactionException
          UMOTransactionException TODO (document class)
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.impl.endpoint
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOFilter
          UMOFilter well known filter interface
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.umo used by org.mule.impl.internal.admin
UMOAgent
          UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
 

Classes in org.mule.umo used by org.mule.impl.internal.events
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
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.
 

Classes in org.mule.umo used by org.mule.impl.message
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.impl.security
UMOEncryptionStrategy
          UMOEncryptionStrategy TODO
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
 

Classes in org.mule.umo used by org.mule.impl.security.filters
UMOEncryptionStrategy
          UMOEncryptionStrategy TODO
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
 

Classes in org.mule.umo used by org.mule.interceptors
Invocation
          Invocation represents a link in an interceptor chain.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOInterceptor
          UMOInterceptor is based on a similar concept of servlet filters and works much the same way.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.management
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.management.agents
UMOAgent
          UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.management.mbeans
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo used by org.mule.model
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.providers
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
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
UMOMessage
          UMOMessage represents a message payload.
UMOTransaction
           
 

Classes in org.mule.umo used by org.mule.providers.email
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.email.filters
UMOFilter
          UMOFilter well known filter interface
 

Classes in org.mule.umo used by org.mule.providers.email.transformers
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.providers.file
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOFilter
          UMOFilter well known filter interface
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.file.filters
UMOFilter
          UMOFilter well known filter interface
 

Classes in org.mule.umo used by org.mule.providers.http
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOFilter
          UMOFilter well known filter interface
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.http.filters
UMOFilter
          UMOFilter well known filter interface
 

Classes in org.mule.umo used by org.mule.providers.http.transformers
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.providers.jdbc
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
UMOTransaction
           
UMOTransactionException
          UMOTransactionException TODO (document class)
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.providers.jms
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
UMOTransaction
           
UMOTransactionException
          UMOTransactionException TODO (document class)
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.providers.jms.filters
UMOFilter
          UMOFilter well known filter interface
 

Classes in org.mule.umo used by org.mule.providers.multicast
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.providers.service
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.providers.servlet
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.soap
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.providers.soap.axis
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
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.
 

Classes in org.mule.umo used by org.mule.providers.soap.glue
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.ssl
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.providers.stream
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.tcp
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.udp
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.vm
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.xmpp
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing
UMOMessage
          UMOMessage represents a message payload.
UMOSession
          UMOSession is the context in which a request is executed.
 

Classes in org.mule.umo used by org.mule.routing.filters
UMOFilter
          UMOFilter well known filter interface
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing.filters.logic
UMOFilter
          UMOFilter well known filter interface
 

Classes in org.mule.umo used by org.mule.routing.filters.xml
UMOFilter
          UMOFilter well known filter interface
 

Classes in org.mule.umo used by org.mule.routing.inbound
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOFilter
          UMOFilter well known filter interface
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing.outbound
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOFilter
          UMOFilter well known filter interface
UMOMessage
          UMOMessage represents a message payload.
UMOSession
          UMOSession is the context in which a request is executed.
 

Classes in org.mule.umo used by org.mule.routing.response
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.tck
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOSession
          UMOSession is the context in which a request is executed.
 

Classes in org.mule.umo used by org.mule.tck.functional
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo used by org.mule.tck.model
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.umo used by org.mule.tck.providers
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
 

Classes in org.mule.umo used by org.mule.transaction
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOTransaction
           
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
UMOTransactionException
          UMOTransactionException TODO (document class)
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.transaction.constraints
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOFilter
          UMOFilter well known filter interface
 

Classes in org.mule.umo used by org.mule.transformers
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.transformers.encryption
UMOEncryptionStrategy
          UMOEncryptionStrategy TODO
 

Classes in org.mule.umo used by org.mule.umo
FutureMessageResult
          FutureMessageResult is an UMOMessage result of a remote invocation on a Mule Server.
Invocation
          Invocation represents a link in an interceptor chain.
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.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOExceptionStrategy
          UMOExceptionStrategy is a strategy class used for customising the behaviour of exception handling in different components in the system.
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.
UMOMessage
          UMOMessage represents a message payload.
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
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
           
UMOTransactionException
          UMOTransactionException TODO (document class)
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.umo.endpoint
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOFilter
          UMOFilter well known filter interface
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.umo used by org.mule.umo.lifecycle
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOInterceptor
          UMOInterceptor is based on a similar concept of servlet filters and works much the same way.
 

Classes in org.mule.umo used by org.mule.umo.model
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEventContext
          UMOEventContext is the context object for the current request.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOExceptionStrategy
          UMOExceptionStrategy is a strategy class used for customising the behaviour of exception handling in different components in the system.
UMOSession
          UMOSession is the context in which a request is executed.
 

Classes in org.mule.umo used by org.mule.umo.provider
MessageException
          MessageException is a general message exception thrown when errors specific to Message processing.
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOExceptionStrategy
          UMOExceptionStrategy is a strategy class used for customising the behaviour of exception handling in different components in the system.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.umo.routing
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
UMOMessage
          UMOMessage represents a message payload.
UMOSession
          UMOSession is the context in which a request is executed.
 

Classes in org.mule.umo used by org.mule.umo.security
UMOEncryptionStrategy
          UMOEncryptionStrategy TODO
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.umo.transformer
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 

Classes in org.mule.umo used by org.mule.util.queue
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception
 



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