Class SessionFactoryMapBuilder<T>
java.lang.Object
org.springframework.integration.support.MapBuilder<SessionFactoryMapBuilder<T>,Object,SessionFactory<T>>
  
org.springframework.integration.file.remote.session.SessionFactoryMapBuilder<T>
- Type Parameters:
 T- the target system file type.
public class SessionFactoryMapBuilder<T>
extends MapBuilder<SessionFactoryMapBuilder<T>,Object,SessionFactory<T>>  
A 
MapBuilder to producer a map that maps objects to SessionFactorys.- Since:
 - 5.0.7
 - Author:
 - Gary Russell
 
- 
Field Summary
Fields inherited from class org.springframework.integration.support.MapBuilder
PARSER - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.integration.support.MapBuilder
_this, get, put 
- 
Constructor Details
- 
SessionFactoryMapBuilder
public SessionFactoryMapBuilder() 
 -