org.springframework.integration.adapter.ftp
Class QueuedFTPClientPool.DefaultFactory

java.lang.Object
  extended by org.springframework.integration.adapter.ftp.QueuedFTPClientPool.DefaultFactory
All Implemented Interfaces:
FTPClientFactory
Enclosing class:
QueuedFTPClientPool

private class QueuedFTPClientPool.DefaultFactory
extends java.lang.Object
implements FTPClientFactory


Constructor Summary
private QueuedFTPClientPool.DefaultFactory()
           
 
Method Summary
 org.apache.commons.net.ftp.FTPClient getClient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueuedFTPClientPool.DefaultFactory

private QueuedFTPClientPool.DefaultFactory()
Method Detail

getClient

public org.apache.commons.net.ftp.FTPClient getClient()
                                               throws java.net.SocketException,
                                                      java.io.IOException
Specified by:
getClient in interface FTPClientFactory
Returns:
Fully configured and connected FTPClient.
Throws:
java.net.SocketException
java.io.IOException