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.builder   
org.mule.components.rest   
org.mule.components.script Base classes for script based components such as BeanShell or Groovy. 
org.mule.components.script.jsr223   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
org.mule.examples.loanbroker   
org.mule.examples.loanbroker.bank   
org.mule.examples.loanbroker.bpm   
org.mule.examples.loanbroker.routers   
org.mule.examples.loanbroker.transformers   
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.jaas.filters   
org.mule.extras.pgp   
org.mule.extras.pgp.filters   
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.spring.remoting   
org.mule.extras.spring.transaction   
org.mule.extras.wssecurity.filters   
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 Admin components and Agents used to control and Monitor Mule 
org.mule.impl.internal.notifications Internal server notification types fired via the MuleManager. 
org.mule.impl.message Wire message implementations. 
org.mule.impl.model   
org.mule.impl.model.direct   
org.mule.impl.model.pipeline   
org.mule.impl.model.resolvers   
org.mule.impl.model.seda   
org.mule.impl.model.seda.optimised   
org.mule.impl.model.streaming   
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.impl.security.filters Core sercurity filter types. 
org.mule.impl.work A javax.resource.spi.WorkManager implementation. 
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 Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.management.mbeans Jmx Management beans for mule components, the model and the Mule server. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.bpm   
org.mule.providers.bpm.jbpm   
org.mule.providers.ejb   
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.ftp   
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.http.filters   
org.mule.providers.http.jetty   
org.mule.providers.http.servlet   
org.mule.providers.http.transformers   
org.mule.providers.jbi Allows JBI components to interact with Mule. 
org.mule.providers.jbi.components   
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.jms.transformers Contains transformers to convert to and from different javax.jms.Message types 
org.mule.providers.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.oracle.jms   
org.mule.providers.oracle.jms.transformers   
org.mule.providers.quartz   
org.mule.providers.rmi   
org.mule.providers.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.providers.soap   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.axis.extensions Axis specific extensions and component implementation that enables Mule components to act as Axis soap services. 
org.mule.providers.soap.axis.extras   
org.mule.providers.soap.axis.wsdl   
org.mule.providers.soap.transformers   
org.mule.providers.soap.xfire   
org.mule.providers.soap.xfire.transport   
org.mule.providers.soap.xfire.wsdl   
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.stream   
org.mule.providers.streaming   
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.providers.xmpp.filters   
org.mule.providers.xmpp.transformers   
org.mule.ra A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
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.nested   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
org.mule.samples.errorhandler   
org.mule.samples.errorhandler.exceptions   
org.mule.samples.voipservice.client   
org.mule.samples.voipservice.routers   
org.mule.samples.voipservice.service   
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.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
org.mule.tck.testmodels.mule   
org.mule.tools.visualizer.service   
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 Transformers for encrypting and decrypting message payloads. 
org.mule.transformers.script   
org.mule.transformers.simple Basic transformer implementations. 
org.mule.transformers.wire   
org.mule.transformers.xml Xml and Xslt Transformer implementations. 
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 Endpoint interfaces. 
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the 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 Security API for authentication and authorisation. 
org.mule.umo.transformer Contains the interfaces for transformers and exceptions for the UMO Transformer API. 
org.mule.util.xa An abstract resource manager that supports local and xa transactions. 
 

Classes in org.mule.umo used by org.mule
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception,
UMOInterceptorStack
          Maintains a list of interceptors.
 

Classes in org.mule.umo used by org.mule.components.builder
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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,
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.components.rest
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

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.script.jsr223
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.components.simple
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.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,
 

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.
UMOEncryptionStrategy
          UMOEncryptionStrategy can be used to provide different types of Encryption strategy objects.
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
          The UMOFilter interface allows UMOMessage filtering.
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
 

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

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.examples.loanbroker
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.examples.loanbroker.bank
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.umo used by org.mule.examples.loanbroker.bpm
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.examples.loanbroker.routers
UMOMessage
          UMOMessage represents a message payload.
 

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

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,
UMOMessage
          UMOMessage represents a message payload.
 

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

Classes in org.mule.umo used by org.mule.extras.pgp
UMOEncryptionStrategy
          UMOEncryptionStrategy can be used to provide different types of Encryption strategy objects.
 

Classes in org.mule.umo used by org.mule.extras.pgp.filters
UMOEncryptionStrategy
          UMOEncryptionStrategy can be used to provide different types of Encryption strategy objects.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
 

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,
 

Classes in org.mule.umo used by org.mule.extras.spring.events
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,
 

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

Classes in org.mule.umo used by org.mule.extras.spring.transaction
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
UMOTransaction
           
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

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

Classes in org.mule.umo used by org.mule.impl
ComponentException
          ComponentException should be thrown when some action on a component fails, such as starting or stopping
FutureMessageResult
          FutureMessageResult is an UMOMessage result of a remote invocation on a Mule Server.
Invocation
          Invocation represents a link in an interceptor chain.
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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,
UMOExceptionPayload
          UMOExceptionPayload is a message payload that contains exception information that occurred during message processing.
UMOFilter
          The UMOFilter interface allows UMOMessage filtering.
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.
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
          The UMOFilter interface allows UMOMessage filtering.
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.umo used by org.mule.impl.internal.admin
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,
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.impl.internal.notifications
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,
UMOMessage
          UMOMessage represents a message payload.
UMOTransaction
           
 

Classes in org.mule.umo used by org.mule.impl.message
UMOExceptionPayload
          UMOExceptionPayload is a message payload that contains exception information that occurred during message processing.
 

Classes in org.mule.umo used by org.mule.impl.model
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,
UMOImmutableDescriptor
          UMODescriptor describes all the properties for a Mule UMO.
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.impl.model.direct
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,
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.impl.model.pipeline
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,
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.impl.model.resolvers
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.impl.model.seda
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,
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.impl.model.seda.optimised
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,
UMOImmutableDescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.impl.model.streaming
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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,
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.impl.security
UMOEncryptionStrategy
          UMOEncryptionStrategy can be used to provide different types of Encryption strategy objects.
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 can be used to provide different types of Encryption strategy objects.
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
 

Classes in org.mule.umo used by org.mule.impl.work
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.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.
UMOInterceptorStack
          Maintains a list of interceptors.
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
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,
 

Classes in org.mule.umo used by org.mule.providers
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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,
UMOExceptionPayload
          UMOExceptionPayload is a message payload that contains exception information that occurred during message processing.
UMOMessage
          UMOMessage represents a message payload.
UMOTransaction
           
 

Classes in org.mule.umo used by org.mule.providers.bpm
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.bpm.jbpm
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.ejb
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.email
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

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
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.file.filters
UMOFilter
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.ftp
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.http
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.
UMOSession
          UMOSession is the context in which a request is executed.
 

Classes in org.mule.umo used by org.mule.providers.http.filters
UMOFilter
          The UMOFilter interface allows UMOMessage filtering.
 

Classes in org.mule.umo used by org.mule.providers.http.jetty
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.http.servlet
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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,
UMOMessage
          UMOMessage represents a message payload.
 

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.jbi
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.jbi.components
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
           
 

Classes in org.mule.umo used by org.mule.providers.jdbc
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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
           
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.providers.jms
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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
           
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.providers.jms.filters
UMOFilter
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.providers.jms.transformers
UMOMessage
          UMOMessage represents a message payload.
 

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

Classes in org.mule.umo used by org.mule.providers.multicast
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.oracle.jms
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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,
UMOMessage
          UMOMessage represents a message payload.
 

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

Classes in org.mule.umo used by org.mule.providers.quartz
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.rmi
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.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.soap
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,
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.providers.soap.axis
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.
 

Classes in org.mule.umo used by org.mule.providers.soap.axis.extensions
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception,
UMOSession
          UMOSession is the context in which a request is executed.
 

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

Classes in org.mule.umo used by org.mule.providers.soap.axis.wsdl
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.providers.soap.transformers
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.providers.soap.xfire
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,
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.providers.soap.xfire.transport
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.soap.xfire.wsdl
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.ssl
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
 

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.streaming
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
 

Classes in org.mule.umo used by org.mule.providers.tcp
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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
           
 

Classes in org.mule.umo used by org.mule.providers.udp
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
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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
           
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.providers.xmpp
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.filters
UMOFilter
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

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

Classes in org.mule.umo used by org.mule.ra
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,
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.routing.filters
UMOFilter
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing.filters.logic
UMOFilter
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing.filters.xml
UMOFilter
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing.inbound
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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
          The UMOFilter interface allows UMOMessage filtering.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing.nested
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.routing.outbound
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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
          The UMOFilter interface allows UMOMessage filtering.
UMOImmutableDescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOMessage
          UMOMessage represents a message payload.
UMOSession
          UMOSession is the context in which a request is executed.
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.umo used by org.mule.routing.response
UMOEvent
          UMOEvent represents any data event occuring in the Mule environment.
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.samples.errorhandler
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.samples.errorhandler.exceptions
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.samples.voipservice.client
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.samples.voipservice.routers
UMOMessage
          UMOMessage represents a message payload.
 

Classes in org.mule.umo used by org.mule.samples.voipservice.service
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.
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,
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.
 

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
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
 

Classes in org.mule.umo used by org.mule.tck.testmodels.fruit
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,
 

Classes in org.mule.umo used by org.mule.tck.testmodels.mule
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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,
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
           
UMOTransactionFactory
          UMOTransactionFactory creates a transaction.
 

Classes in org.mule.umo used by org.mule.tools.visualizer.service
UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
UMOEventContext
          UMOEventContext is the context object for the current request.
 

Classes in org.mule.umo used by org.mule.transaction
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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.
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.
 

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 can be used to provide different types of Encryption strategy objects.
 

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

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

Classes in org.mule.umo used by org.mule.transformers.wire
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.transformers.xml
UMOEventContext
          UMOEventContext is the context object for the current request.
 

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.
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
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,
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
           
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
          The UMOFilter interface allows UMOMessage filtering.
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.
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.manager
UMOException
          UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception,
UMOInterceptorStack
          Maintains a list of interceptors.
 

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,
UMOSession
          UMOSession is the context in which a request is executed.
 

Classes in org.mule.umo used by org.mule.umo.provider
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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,
UMOExceptionPayload
          UMOExceptionPayload is a message payload that contains exception information that occurred during message processing.
UMOMessage
          UMOMessage represents a message payload.
UMOSession
          UMOSession is the context in which a request is executed.
UMOTransaction
           
 

Classes in org.mule.umo used by org.mule.umo.routing
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
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.
UMOSession
          UMOSession is the context in which a request is executed.
UMOTransactionConfig
          UMOTransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.umo used by org.mule.umo.security
MessagingException
          MessagingException is a general message exception thrown when errors specific to Message processing occur..
UMOEncryptionStrategy
          UMOEncryptionStrategy can be used to provide different types of Encryption strategy objects.
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.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.xa
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-2008 MuleSource, Inc.. All Rights Reserved.