Spring Integration

org.springframework.integration.ftp
Class DefaultFtpClientFactory

java.lang.Object
  extended by org.springframework.integration.ftp.AbstractFtpClientFactory<org.apache.commons.net.ftp.FTPClient>
      extended by org.springframework.integration.ftp.DefaultFtpClientFactory
All Implemented Interfaces:
FtpClientFactory<org.apache.commons.net.ftp.FTPClient>

public class DefaultFtpClientFactory
extends AbstractFtpClientFactory<org.apache.commons.net.ftp.FTPClient>

Default implementation of FtpClientFactory.

Author:
iwein, Josh Long

Field Summary
 
Fields inherited from class org.springframework.integration.ftp.AbstractFtpClientFactory
clientMode, config, fileType, host, password, port, remoteWorkingDirectory, username
 
Constructor Summary
DefaultFtpClientFactory()
           
 
Method Summary
protected  org.apache.commons.net.ftp.FTPClient createSingleInstanceOfClient()
           
 
Methods inherited from class org.springframework.integration.ftp.AbstractFtpClientFactory
getClient, onAfterConnect, setClientMode, setClientMode, setConfig, setFileType, setHost, setPassword, setPort, setRemoteWorkingDirectory, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFtpClientFactory

public DefaultFtpClientFactory()
Method Detail

createSingleInstanceOfClient

protected org.apache.commons.net.ftp.FTPClient createSingleInstanceOfClient()
Specified by:
createSingleInstanceOfClient in class AbstractFtpClientFactory<org.apache.commons.net.ftp.FTPClient>

Spring Integration

Copyright © 2010. All Rights Reserved.