Uses of Package
org.mule.umo.provider

Packages that use org.mule.umo.provider
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
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.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.ejb   
org.mule.providers.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.ftp   
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.http.jetty   
org.mule.providers.http.servlet   
org.mule.providers.jbi Allows JBI components to interact with Mule. 
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.activemq Provides Jms connectivity with ActiveMQ-specific workarounds and improvements. 
org.mule.providers.jms.weblogic Provides Jms connectivity with Weblogic-specific workarounds and improvements. 
org.mule.providers.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.providers.jnp   
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.oracle.jms   
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.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.axis.wsdl   
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.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.providers Test suite for testing custom provider implementations. 
org.mule.tck.testmodels.mule   
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.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Classes in org.mule.umo.provider used by org.mule
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.config.builders
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.extras.client
UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Classes in org.mule.umo.provider used by org.mule.impl
DispatchException
          DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOSessionHandler
          An interface used for reading and writing session information to and from the current message.
 

Classes in org.mule.umo.provider used by org.mule.impl.endpoint
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
 

Classes in org.mule.umo.provider used by org.mule.impl.internal.admin
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.impl.internal.notifications
UMOConnectable
          Interface for objects that should connect to a resource.
 

Classes in org.mule.umo.provider used by org.mule.management.mbeans
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers
DispatchException
          DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
MessageTypeNotSupportedException
          MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
UMOSessionHandler
          An interface used for reading and writing session information to and from the current message.
UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Classes in org.mule.umo.provider used by org.mule.providers.bpm
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.ejb
MessageTypeNotSupportedException
          MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.email
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.file
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.ftp
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.http
MessageTypeNotSupportedException
          MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
OutputHandler
          The OutputHandler is a strategy class that is set on the StreamMessageAdapter to defer the writing of the message payload until there is a stream available to write it to.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
UMOSessionHandler
          An interface used for reading and writing session information to and from the current message.
UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Classes in org.mule.umo.provider used by org.mule.providers.http.jetty
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.http.servlet
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.jbi
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.jdbc
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.jms
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.jms.activemq
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.providers.jms.weblogic
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.providers.jms.websphere
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.providers.jnp
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.providers.multicast
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.oracle.jms
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.quartz
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.rmi
MessageTypeNotSupportedException
          MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.service
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
UMOSessionHandler
          An interface used for reading and writing session information to and from the current message.
UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Classes in org.mule.umo.provider used by org.mule.providers.soap.axis
DispatchException
          DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.soap.axis.wsdl
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
 

Classes in org.mule.umo.provider used by org.mule.providers.soap.xfire
DispatchException
          DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.soap.xfire.transport
UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Classes in org.mule.umo.provider used by org.mule.providers.soap.xfire.wsdl
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
 

Classes in org.mule.umo.provider used by org.mule.providers.ssl
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.providers.stream
MessageTypeNotSupportedException
          MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.streaming
MessageTypeNotSupportedException
          MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
OutputHandler
          The OutputHandler is a strategy class that is set on the StreamMessageAdapter to defer the writing of the message payload until there is a stream available to write it to.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Classes in org.mule.umo.provider used by org.mule.providers.tcp
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.udp
MessageTypeNotSupportedException
          MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.vm
MessageTypeNotSupportedException
          MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.providers.xmpp
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.tck.functional
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.tck.providers
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 

Classes in org.mule.umo.provider used by org.mule.tck.testmodels.mule
OutputHandler
          The OutputHandler is a strategy class that is set on the StreamMessageAdapter to defer the writing of the message payload until there is a stream available to write it to.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Classes in org.mule.umo.provider used by org.mule.umo
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
 

Classes in org.mule.umo.provider used by org.mule.umo.endpoint
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
 

Classes in org.mule.umo.provider used by org.mule.umo.manager
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Classes in org.mule.umo.provider used by org.mule.umo.provider
DispatchException
          DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
OutputHandler
          The OutputHandler is a strategy class that is set on the StreamMessageAdapter to defer the writing of the message payload until there is a stream available to write it to.
UMOConnectable
          Interface for objects that should connect to a resource.
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter
          UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher
          UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory
          UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching
          UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Classes in org.mule.umo.provider used by org.mule.util
UMOConnector
          UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.