Uses of Class
org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
Package
Description
Provides FTP Components for the Java DSL.
-
Uses of FtpOutboundGatewaySpec in org.springframework.integration.ftp.dsl
Modifier and TypeMethodDescriptionstatic FtpOutboundGatewaySpec
Ftp.outboundGateway
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, String command, String expression) Produce aFtpOutboundGatewaySpec
based on theRemoteFileTemplate
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath.static FtpOutboundGatewaySpec
Ftp.outboundGateway
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, String expression) Produce aFtpOutboundGatewaySpec
based on theRemoteFileTemplate
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath.static FtpOutboundGatewaySpec
Ftp.outboundGateway
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, String command, String expression) Produce aFtpOutboundGatewaySpec
based on theSessionFactory
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath.static FtpOutboundGatewaySpec
Ftp.outboundGateway
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, String expression) Produce aFtpOutboundGatewaySpec
based on theSessionFactory
,AbstractRemoteFileOutboundGateway.Command
andexpression
for the remoteFilePath.static FtpOutboundGatewaySpec
Ftp.outboundGateway
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, MessageSessionCallback<org.apache.commons.net.ftp.FTPFile, ?> messageSessionCallback) Produce aFtpOutboundGatewaySpec
based on theMessageSessionCallback
.FtpOutboundGatewaySpec.patternFileNameFilter
(String pattern) FtpOutboundGatewaySpec.regexFileNameFilter
(String regex) FtpOutboundGatewaySpec.workingDirExpression
(String workingDirExpression) Specify a SpELExpression
to evaluate FTP client working directory against request message.FtpOutboundGatewaySpec.workingDirExpression
(Expression workingDirExpression) Specify a SpELExpression
to evaluate FTP client working directory against request message.FtpOutboundGatewaySpec.workingDirFunction
(Function<Message<?>, String> workingDirFunction) Specify aFunction
to evaluate FTP client working directory against request message.