List of usage examples for org.springframework.integration.ftp.session DefaultFtpSessionFactory subclass-usage
From source file de.hybris.platform.acceleratorservices.dataexport.generic.config.ConfigurableFtpSessionFactory.java
/** * Customized FTP Session factory that configures the FTP session directly (not via spring xml unlike Default) before * creating the session. */ public class ConfigurableFtpSessionFactory extends DefaultFtpSessionFactory implements ConfigurableSessionFactory<FTPFile> {
From source file demo.TestSessionFactory.java
/** * @author Oleg Zhurakousky */ public class TestSessionFactory extends DefaultFtpSessionFactory { public TestSessionFactory() {