org.springframework.integration.adapter.ftp
Interface FTPClientFactory

All Known Subinterfaces:
FTPClientPool
All Known Implementing Classes:
QueuedFTPClientPool, QueuedFTPClientPool.DefaultFactory

public interface FTPClientFactory

Factory for FTPClient.

Author:
Iwein Fuld

Method Summary
 org.apache.commons.net.ftp.FTPClient getClient()
           
 

Method Detail

getClient

org.apache.commons.net.ftp.FTPClient getClient()
                                               throws java.net.SocketException,
                                                      java.io.IOException
Returns:
Fully configured and connected FTPClient.
Throws:
java.net.SocketException
java.io.IOException