Spring Integration

Uses of Class
org.springframework.integration.sftp.SftpSessionFactory

Packages that use SftpSessionFactory
org.springframework.integration.sftp   
org.springframework.integration.sftp.config   
 

Uses of SftpSessionFactory in org.springframework.integration.sftp
 

Constructors in org.springframework.integration.sftp with parameters of type SftpSessionFactory
QueuedSftpSessionPool(int maxPoolSize, SftpSessionFactory sessionFactory)
           
QueuedSftpSessionPool(SftpSessionFactory factory)
           
 

Uses of SftpSessionFactory in org.springframework.integration.sftp.config
 

Methods in org.springframework.integration.sftp.config that return SftpSessionFactory
static SftpSessionFactory SftpSessionUtils.buildSftpSessionFactory(String host, String pw, String usr, String pvKey, String pvKeyPass, int port)
          This method hides the minutae required to build an #SftpSessionFactory.
 


Spring Integration

Copyright © 2010. All Rights Reserved.