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.service Provides SPI support for building mule connectors and providers using service descriptors. 
 

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.service
 

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



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.