org.springframework.integration.ftp
Interface FtpClientFactory<T extends org.apache.commons.net.ftp.FTPClient>

All Known Subinterfaces:
FtpClientPool
All Known Implementing Classes:
AbstractFtpClientFactory, DefaultFtpClientFactory, DefaultFtpsClientFactory, QueuedFtpClientPool

public interface FtpClientFactory<T extends org.apache.commons.net.ftp.FTPClient>

Factory for FTPClient.


Method Summary
 T getClient()
           
 

Method Detail

getClient

T getClient()
                                                         throws java.io.IOException
Returns:
Fully configured and connected FTPClient. Never null.
Throws:
java.io.IOException - thrown when a networking IO subsystem error occurs