Uses of Interface
org.mule.api.transport.MessageDispatching

Packages that use MessageDispatching
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.bpm   
org.mule.transport.cxf   
org.mule.transport.cxf.wsdl   
org.mule.transport.ejb   
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.ftp   
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.quartz   
org.mule.transport.rmi   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.soap.axis.wsdl   
org.mule.transport.stdio   
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.udp Provides Udp connectivity for Mule
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.transport.xmpp   
 

Uses of MessageDispatching in org.mule.api.endpoint
 

Subinterfaces of MessageDispatching in org.mule.api.endpoint
 interface OutboundEndpoint
           
 

Uses of MessageDispatching in org.mule.api.transport
 

Subinterfaces of MessageDispatching in org.mule.api.transport
 interface MessageDispatcher
          Combine MessageDispatching with various lifecycle methods for the actual instances doing message sending.
 

Uses of MessageDispatching in org.mule.endpoint
 

Classes in org.mule.endpoint that implement MessageDispatching
 class DefaultOutboundEndpoint
           
 class DynamicURIOutboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 

Uses of MessageDispatching in org.mule.transport
 

Classes in org.mule.transport that implement MessageDispatching
 class AbstractMessageDispatcher
          Provide a default dispatch (client) support for handling threads lifecycle and validation.
 class UnsupportedMessageDispatcher
           
 

Uses of MessageDispatching in org.mule.transport.bpm
 

Classes in org.mule.transport.bpm that implement MessageDispatching
 class ProcessMessageDispatcher
          Initiates or advances a workflow process from an outgoing Mule event.
 

Uses of MessageDispatching in org.mule.transport.cxf
 

Classes in org.mule.transport.cxf that implement MessageDispatching
 class CxfMessageDispatcher
          The CxfMessageDispatcher is used for making Soap client requests to remote services.
 

Uses of MessageDispatching in org.mule.transport.cxf.wsdl
 

Classes in org.mule.transport.cxf.wsdl that implement MessageDispatching
 class CxfWsdlMessageDispatcher
          TODO document
 

Uses of MessageDispatching in org.mule.transport.ejb
 

Classes in org.mule.transport.ejb that implement MessageDispatching
 class EjbMessageDispatcher
          Invokes a method on an EJB object stored in Jndi.
 

Uses of MessageDispatching in org.mule.transport.email
 

Classes in org.mule.transport.email that implement MessageDispatching
 class SmtpMessageDispatcher
          SmtpMessageDispatcher will dispatch Mule events as Mime email messages over an SMTP gateway.
 

Uses of MessageDispatching in org.mule.transport.file
 

Classes in org.mule.transport.file that implement MessageDispatching
 class FileMessageDispatcher
          FileMessageDispatcher is used to read/write files to the filesystem
 

Uses of MessageDispatching in org.mule.transport.ftp
 

Classes in org.mule.transport.ftp that implement MessageDispatching
 class FtpMessageDispatcher
           
 

Uses of MessageDispatching in org.mule.transport.http
 

Classes in org.mule.transport.http that implement MessageDispatching
 class HttpClientMessageDispatcher
          HttpClientMessageDispatcher dispatches Mule events over HTTP.
 

Uses of MessageDispatching in org.mule.transport.jdbc
 

Classes in org.mule.transport.jdbc that implement MessageDispatching
 class JdbcMessageDispatcher
          The Jdbc Message dispatcher is responsible for executing SQL queries against a database.
 

Uses of MessageDispatching in org.mule.transport.jms
 

Classes in org.mule.transport.jms that implement MessageDispatching
 class JmsMessageDispatcher
          JmsMessageDispatcher is responsible for dispatching messages to JMS destinations.
 

Uses of MessageDispatching in org.mule.transport.quartz
 

Classes in org.mule.transport.quartz that implement MessageDispatching
 class QuartzMessageDispatcher
          Can schedule a Job with the Quartz scheduler.
 

Uses of MessageDispatching in org.mule.transport.rmi
 

Classes in org.mule.transport.rmi that implement MessageDispatching
 class RmiMessageDispatcher
          RmiMessageDispatcher will send transformed mule events over RMI-JRMP.
 

Uses of MessageDispatching in org.mule.transport.soap.axis
 

Classes in org.mule.transport.soap.axis that implement MessageDispatching
 class AxisMessageDispatcher
          AxisMessageDispatcher is used to make soap requests via the Axis soap client.
 

Uses of MessageDispatching in org.mule.transport.soap.axis.wsdl
 

Classes in org.mule.transport.soap.axis.wsdl that implement MessageDispatching
 class AxisWsdlMessageDispatcher
          Creates and Axis client services from WSDL and invokes it.
 

Uses of MessageDispatching in org.mule.transport.stdio
 

Classes in org.mule.transport.stdio that implement MessageDispatching
 class StdioMessageDispatcher
          StdioMessageDispatcher is a simple stream dispatcher that obtains a stream from the Stream Connector to write to.
 

Uses of MessageDispatching in org.mule.transport.tcp
 

Classes in org.mule.transport.tcp that implement MessageDispatching
 class TcpMessageDispatcher
          Send transformed Mule events over TCP.
 

Uses of MessageDispatching in org.mule.transport.udp
 

Classes in org.mule.transport.udp that implement MessageDispatching
 class UdpMessageDispatcher
          UdpMessageDispatcher is responsible for dispatching MuleEvents as UDP packets on the network
 

Uses of MessageDispatching in org.mule.transport.vm
 

Classes in org.mule.transport.vm that implement MessageDispatching
 class VMMessageDispatcher
          VMMessageDispatcher is used for providing in memory interaction between components.
 

Uses of MessageDispatching in org.mule.transport.xmpp
 

Classes in org.mule.transport.xmpp that implement MessageDispatching
 class XmppMessageDispatcher
          Allows Mule events to be sent over Xmpp
 



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