クラスの使用
org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
FtpOutboundGatewaySpec を使用するパッケージ
org.springframework.integration.ftp.dsl 内の FtpOutboundGatewaySpec 使用
org.springframework.integration.ftp.dsl 内の型引数 FtpOutboundGatewaySpec を持つサブクラス修飾子と型メソッド説明static FtpOutboundGatewaySpecFtp.outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, StringSE command) static FtpOutboundGatewaySpecFtp.outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, StringSE command, @Nullable StringSE expression) リモートパスのRemoteFileTemplate、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてFtpOutboundGatewaySpecを生成します。static FtpOutboundGatewaySpecFtp.outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) static FtpOutboundGatewaySpecFtp.outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) リモートパスのRemoteFileTemplate、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてFtpOutboundGatewaySpecを生成します。static FtpOutboundGatewaySpecFtp.outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, StringSE command) static FtpOutboundGatewaySpecFtp.outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, StringSE command, @Nullable StringSE expression) リモートパスのSessionFactory、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてFtpOutboundGatewaySpecを生成します。static FtpOutboundGatewaySpecFtp.outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) static FtpOutboundGatewaySpecFtp.outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) リモートパスのSessionFactory、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてFtpOutboundGatewaySpecを生成します。static FtpOutboundGatewaySpecFtp.outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, MessageSessionCallback<org.apache.commons.net.ftp.FTPFile, ?> messageSessionCallback) MessageSessionCallbackに基づいてFtpOutboundGatewaySpecを作成します。FtpOutboundGatewaySpec.patternFileNameFilter(StringSE pattern) FtpOutboundGatewaySpec.regexFileNameFilter(StringSE regex) FtpOutboundGatewaySpec.workingDirExpression(StringSE workingDirExpression) SpELExpressionを指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。FtpOutboundGatewaySpec.workingDirExpression(Expression workingDirExpression) SpELExpressionを指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。FtpOutboundGatewaySpec.workingDirFunction(FunctionSE<Message<?>, StringSE> workingDirFunction) FunctionSE を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。