Example usage for org.springframework.integration.file.remote.synchronizer AbstractInboundFileSynchronizer subclass-usage

List of usage examples for org.springframework.integration.file.remote.synchronizer AbstractInboundFileSynchronizer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.file.remote.synchronizer AbstractInboundFileSynchronizer subclass-usage.

Usage

From source file org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizer.java

/**
 * An implementation of {@link AbstractInboundFileSynchronizer} for FTP.
 *
 * @author Iwein Fuld
 * @author Josh Long
 * @author Mark Fisher

From source file org.springframework.integration.smb.inbound.SmbInboundFileSynchronizer.java

/**
 * An implementation of {@link AbstractInboundFileSynchronizer} for SMB.
 *
 * @author Markus Spann
 * @since 1.0
 */