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

Packages that use MessageRequesting
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.cxf   
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.soap.axis Provides an Axis soap transport for Mule
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 MessageRequesting in org.mule.api.endpoint
 

Subinterfaces of MessageRequesting in org.mule.api.endpoint
 interface InboundEndpoint
           
 

Uses of MessageRequesting in org.mule.api.transport
 

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

Uses of MessageRequesting in org.mule.endpoint
 

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

Uses of MessageRequesting in org.mule.transport
 

Classes in org.mule.transport that implement MessageRequesting
 class AbstractMessageRequester
          The Message Requester is used to explicitly request messages from a message channel or resource rather than subscribing to inbound events or polling for messages.
 class UnsupportedMessageRequester
           
 

Uses of MessageRequesting in org.mule.transport.cxf
 

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

Uses of MessageRequesting in org.mule.transport.email
 

Classes in org.mule.transport.email that implement MessageRequesting
 class RetrieveMessageRequester
          This dispatcher can only be used to receive message (as opposed to listening for them).
 

Uses of MessageRequesting in org.mule.transport.file
 

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

Uses of MessageRequesting in org.mule.transport.ftp
 

Classes in org.mule.transport.ftp that implement MessageRequesting
 class FtpMessageRequester
           
 

Uses of MessageRequesting in org.mule.transport.http
 

Classes in org.mule.transport.http that implement MessageRequesting
 class HttpClientMessageRequester
          Rquests Mule events over HTTP.
 

Uses of MessageRequesting in org.mule.transport.jdbc
 

Classes in org.mule.transport.jdbc that implement MessageRequesting
 class JdbcMessageRequester
           
 

Uses of MessageRequesting in org.mule.transport.jms
 

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

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

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

Uses of MessageRequesting in org.mule.transport.tcp
 

Classes in org.mule.transport.tcp that implement MessageRequesting
 class TcpMessageRequester
          Request transformed Mule events from TCP.
 

Uses of MessageRequesting in org.mule.transport.udp
 

Classes in org.mule.transport.udp that implement MessageRequesting
 class UdpMessageRequester
          Responsible for requesting MuleEvents as UDP packets on the network
 

Uses of MessageRequesting in org.mule.transport.vm
 

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

Uses of MessageRequesting in org.mule.transport.xmpp
 

Classes in org.mule.transport.xmpp that implement MessageRequesting
 class XmppMessageRequester
          Allows Mule events to be received over Xmpp
 



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