Java org.springframework.integration.ftp.gateway FtpOutboundGateway fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.ftp.gateway FtpOutboundGateway fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.ftp.gateway FtpOutboundGateway.

The text is from its open source code.

Constructor

FtpOutboundGateway(SessionFactory sessionFactory, String command, String expression)
Construct an instance with the supplied session factory, a command ('ls', 'get' etc), and an expression to determine the filename.
FtpOutboundGateway(RemoteFileTemplate remoteFileTemplate, String command, String expression)
Construct an instance with the supplied remote file template, a command ('ls', 'get' etc), and an expression to determine the filename.
FtpOutboundGateway(SessionFactory sessionFactory, MessageSessionCallback messageSessionCallback)
Construct an instance using the provided session factory and callback for performing operations on the session.
FtpOutboundGateway(RemoteFileTemplate remoteFileTemplate, MessageSessionCallback messageSessionCallback)
Construct an instance with the supplied remote file template and callback for performing operations on the session.
FtpOutboundGateway(SessionFactory sessionFactory, String command)
Construct an instance with the supplied session factory and command ('ls', 'nlst', 'put' or 'mput').
FtpOutboundGateway(RemoteFileTemplate remoteFileTemplate, String command)
Construct an instance with the supplied remote file template and command ('ls', 'nlst', 'put' or 'mput').