Example usage for org.springframework.integration.ftp.session DefaultFtpSessionFactory subclass-usage

List of usage examples for org.springframework.integration.ftp.session DefaultFtpSessionFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.ftp.session DefaultFtpSessionFactory subclass-usage.

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() {