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

Packages that use MessageRequesterFactory
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
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.service Provides SPI support for building mule connectors and providers using service descriptors. 
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 MessageRequesterFactory in org.mule.api.transport
 

Methods in org.mule.api.transport that return MessageRequesterFactory
 MessageRequesterFactory Connector.getRequesterFactory()
          The requester factory is used to create a message requester of the current request
 

Methods in org.mule.api.transport with parameters of type MessageRequesterFactory
 void Connector.setRequesterFactory(MessageRequesterFactory factory)
          The requester factory is used to create a message requester of the current request
 

Uses of MessageRequesterFactory in org.mule.transport
 

Classes in org.mule.transport that implement MessageRequesterFactory
 class AbstractMessageRequesterFactory
          A base implementation of the MessageRequesterFactory interface for managing the lifecycle of message requesters.
 class KeyedPoolMessageRequesterFactoryAdapter
          KeyedPoolMessageRequesterFactoryAdapter adapts a MessageRequesterFactory with methods from commons-pool KeyedPoolableObjectFactory.
 class UnsupportedMessageRequesterFactory
           
 

Fields in org.mule.transport declared as MessageRequesterFactory
protected  MessageRequesterFactory AbstractConnector.requesterFactory
          Factory used to create requesters for this connector
 

Methods in org.mule.transport that return MessageRequesterFactory
 MessageRequesterFactory AbstractConnector.getRequesterFactory()
           
 

Methods in org.mule.transport with parameters of type MessageRequesterFactory
 void AbstractConnector.setRequesterFactory(MessageRequesterFactory requesterFactory)
           
 

Constructors in org.mule.transport with parameters of type MessageRequesterFactory
KeyedPoolMessageRequesterFactoryAdapter(MessageRequesterFactory factory)
           
 

Uses of MessageRequesterFactory in org.mule.transport.cxf
 

Classes in org.mule.transport.cxf that implement MessageRequesterFactory
 class CxfMessageRequesterFactory
          CxfMessageRequesterFactory creates an CxfMessageRequester, used for making SOAP calls using the CXF framework.
 

Uses of MessageRequesterFactory in org.mule.transport.email
 

Classes in org.mule.transport.email that implement MessageRequesterFactory
 class RetrieveMessageRequesterFactory
          A source of mail receiving message dispatchers.
 

Uses of MessageRequesterFactory in org.mule.transport.file
 

Classes in org.mule.transport.file that implement MessageRequesterFactory
 class FileMessageRequesterFactory
          Creates a requester responsible for reading files from disk
 

Uses of MessageRequesterFactory in org.mule.transport.ftp
 

Classes in org.mule.transport.ftp that implement MessageRequesterFactory
 class FtpMessageRequesterFactory
           
 

Uses of MessageRequesterFactory in org.mule.transport.http
 

Classes in org.mule.transport.http that implement MessageRequesterFactory
 class HttpClientMessageRequesterFactory
          Creates a HttpClientMessageDispatcher to make client requests
 

Uses of MessageRequesterFactory in org.mule.transport.jdbc
 

Classes in org.mule.transport.jdbc that implement MessageRequesterFactory
 class JdbcMessageRequesterFactory
          Creates JdbcMessageDispatchers.
 

Uses of MessageRequesterFactory in org.mule.transport.jms
 

Classes in org.mule.transport.jms that implement MessageRequesterFactory
 class JmsMessageRequesterFactory
          JmsMessageDispatcherFactory creates a message adapter that will send JMS messages
 

Uses of MessageRequesterFactory in org.mule.transport.service
 

Methods in org.mule.transport.service that return MessageRequesterFactory
 MessageRequesterFactory DefaultTransportServiceDescriptor.createRequesterFactory()
           
 MessageRequesterFactory TransportServiceDescriptor.createRequesterFactory()
           
 

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

Classes in org.mule.transport.soap.axis that implement MessageRequesterFactory
 class AxisMessageRequesterFactory
          AxisMessageRequesterFactory creates an AxisMessageRequester, used for making SOAP calls using the Axis stack.
 

Uses of MessageRequesterFactory in org.mule.transport.tcp
 

Classes in org.mule.transport.tcp that implement MessageRequesterFactory
 class TcpMessageRequesterFactory
           
 

Uses of MessageRequesterFactory in org.mule.transport.udp
 

Classes in org.mule.transport.udp that implement MessageRequesterFactory
 class UdpMessageRequesterFactory
          Creates a dispatcher for receiving UDP packets.
 

Uses of MessageRequesterFactory in org.mule.transport.vm
 

Classes in org.mule.transport.vm that implement MessageRequesterFactory
 class VMMessageRequesterFactory
          VMMessageDispatcherFactory creates an in-memory event dispatcher
 

Uses of MessageRequesterFactory in org.mule.transport.xmpp
 

Classes in org.mule.transport.xmpp that implement MessageRequesterFactory
 class XmppMessageRequesterFactory
          Creates a dispatcher responsible for writing Xmpp packets to a an Jabber chat
 



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