Uses of Class
org.springframework.integration.ftp.session.FtpRemoteFileTemplate
Packages that use FtpRemoteFileTemplate
Package
Description
Provides FTP Components for the Java DSL.
Provides classes for the FTP outbound channel adapter.
- 
Uses of FtpRemoteFileTemplate in org.springframework.integration.ftp.dslMethods in org.springframework.integration.ftp.dsl with parameters of type FtpRemoteFileTemplateModifier and TypeMethodDescriptionstatic FtpMessageHandlerSpecFtp.outboundAdapter(FtpRemoteFileTemplate ftpRemoteFileTemplate) AFtpMessageHandlerSpecfactory for an outbound channel adapter spec.static FtpMessageHandlerSpecFtp.outboundAdapter(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode fileExistsMode) AFtpMessageHandlerSpecfactory for an outbound channel adapter spec.Constructors in org.springframework.integration.ftp.dsl with parameters of type FtpRemoteFileTemplateModifierConstructorDescriptionprotectedFtpMessageHandlerSpec(FtpRemoteFileTemplate ftpRemoteFileTemplate) protectedFtpMessageHandlerSpec(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode fileExistsMode) 
- 
Uses of FtpRemoteFileTemplate in org.springframework.integration.ftp.outboundConstructors in org.springframework.integration.ftp.outbound with parameters of type FtpRemoteFileTemplateModifierConstructorDescriptionFtpMessageHandler(FtpRemoteFileTemplate remoteFileTemplate) FtpMessageHandler(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode mode) Constructor which sets the FtpRemoteFileTemplate and FileExistsMode.