Spring Integration

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.

Author:
Iwein Fuld

Method Summary
 T getClient()
           
 

Method Detail

getClient

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

Spring Integration

Copyright © 2010. All Rights Reserved.