Uses of Package
org.mule.providers

Packages that use org.mule.providers
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.impl.model   
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.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.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.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.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.testmodels.mule   
 

Classes in org.mule.providers used by org.mule.config
ConnectionStrategy
          Allows developers to plug in customised reconnection behaviour
 

Classes in org.mule.providers used by org.mule.impl.model
ReplyToHandler
          ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message
 

Classes in org.mule.providers used by org.mule.providers
AbstractConnectionStrategy
          TODO document
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
AbstractReceiverWorker
          A base Worker used by Transport UMOMessageReciever implementations.
ConnectionStrategy
          Allows developers to plug in customised reconnection behaviour
FatalConnectException
          todo document
InternalMessageListener
          A listener used to receive Muleevents from a transport receiver.
NullPayload
          NullPayload represents a null event payload
PollingReceiverWorker
           
ReplyToHandler
          ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message
SimpleRetryConnectionStrategy.RetryCounter
           
WriterMessageAdapter
          WriterMessageAdapter wraps a java.io.StringWriter and allows meta information to be associated with the Writer.
 

Classes in org.mule.providers used by org.mule.providers.bpm
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.ejb
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractJndiConnector
          This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
 

Classes in org.mule.providers used by org.mule.providers.email
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
 

Classes in org.mule.providers used by org.mule.providers.file
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
 

Classes in org.mule.providers used by org.mule.providers.ftp
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
 

Classes in org.mule.providers used by org.mule.providers.http
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
ConnectException
          todo document
 

Classes in org.mule.providers used by org.mule.providers.http.jetty
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.http.servlet
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.jbi
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.jbi.components
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
InternalMessageListener
          A listener used to receive Muleevents from a transport receiver.
 

Classes in org.mule.providers used by org.mule.providers.jdbc
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
ConnectException
          todo document
TransactedPollingMessageReceiver
          The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
 

Classes in org.mule.providers used by org.mule.providers.jms
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
AbstractReceiverWorker
          A base Worker used by Transport UMOMessageReciever implementations.
ConnectException
          todo document
DefaultReplyToHandler
          DefaultReplyToHandler is responsible for processing a message replyTo header.
ReplyToHandler
          ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message
TransactedPollingMessageReceiver
          The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
 

Classes in org.mule.providers used by org.mule.providers.jms.activemq
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
ConnectException
          todo document
 

Classes in org.mule.providers used by org.mule.providers.jms.weblogic
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.jms.websphere
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.jnp
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractJndiConnector
          This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
 

Classes in org.mule.providers used by org.mule.providers.multicast
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.oracle.jms
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
ConnectException
          todo document
TransactedPollingMessageReceiver
          The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
 

Classes in org.mule.providers used by org.mule.providers.quartz
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.rmi
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractJndiConnector
          This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
ConnectException
          todo document
 

Classes in org.mule.providers used by org.mule.providers.soap.axis
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
WriterMessageAdapter
          WriterMessageAdapter wraps a java.io.StringWriter and allows meta information to be associated with the Writer.
 

Classes in org.mule.providers used by org.mule.providers.soap.axis.wsdl
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
 

Classes in org.mule.providers used by org.mule.providers.soap.xfire
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.soap.xfire.wsdl
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
 

Classes in org.mule.providers used by org.mule.providers.ssl
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.stream
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
 

Classes in org.mule.providers used by org.mule.providers.streaming
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
 

Classes in org.mule.providers used by org.mule.providers.tcp
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
AbstractReceiverResourceWorker
          This is a Message receiver worker used by transports that do not have a way for the underlying transport to call back to the receiver when a message is available such as Jms.
AbstractReceiverWorker
          A base Worker used by Transport UMOMessageReciever implementations.
ConnectException
          todo document
 

Classes in org.mule.providers used by org.mule.providers.udp
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.providers.vm
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
TransactedPollingMessageReceiver
          The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
 

Classes in org.mule.providers used by org.mule.providers.xmpp
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcherFactory
          AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 

Classes in org.mule.providers used by org.mule.tck.testmodels.mule
AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

 



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