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.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.pool A Mule pooling implementation using Jakarta commons-pool. 
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 notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication 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.seda   
org.mule.impl.model.seda.optimised   
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.model UMOModel supporting configuration classes such as UMOEntryPointResolver. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.providers.streaming   
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.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 Response router implementations that enable asynchronous event processing in request /response messaging requests. 
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.simple Basic transformer implementations. 
org.mule.transformers.wire   
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.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.
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.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.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.
 

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.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.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.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
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.
UMOTransaction
           
 

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

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.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.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.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.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.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.
 

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-2006 MuleSource Inc.. All Rights Reserved.