クラス FtpOutboundGatewaySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<FtpOutboundGatewaySpec, AbstractRemoteFileOutboundGateway<org.apache.commons.net.ftp.FTPFile>>
org.springframework.integration.dsl.MessageHandlerSpec<FtpOutboundGatewaySpec, AbstractRemoteFileOutboundGateway<org.apache.commons.net.ftp.FTPFile>>
org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile, FtpOutboundGatewaySpec>
org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
- 実装されているすべてのインターフェース:
DisposableBean
、FactoryBean<AbstractRemoteFileOutboundGateway<org.apache.commons.net.ftp.FTPFile>>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class FtpOutboundGatewaySpec
extends RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile, FtpOutboundGatewaySpec>
FTP 用の
RemoteFileOutboundGatewaySpec
。- 導入:
- 5.0
- 作成者:
- Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明patternFileNameFilter
(StringSE pattern) リモートファイルに一致する単純なパターンを指定します(例:regexFileNameFilter
(StringSE regex) リモートファイルに一致する単純なパターンを指定します(例:workingDirExpression
(StringSE workingDirExpression) SpELExpression
を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。workingDirExpression
(Expression workingDirExpression) SpELExpression
を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。workingDirFunction
(FunctionSE<Message<?>, StringSE> workingDirFunction) Function
SE を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。クラス org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec から継承されたメソッド
autoCreateDirectory, autoCreateLocalDirectory, charset, chmod, fileExistsMode, fileExistsModeExpression, fileExistsModeExpression, fileExistsModeFunction, fileNameExpression, fileNameExpression, fileNameFunction, fileNameGenerator, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localDirectory, localDirectoryExpression, localDirectoryExpression, localFilenameExpression, localFilenameExpression, localFilenameFunction, mputFilter, mputFilterExpression, mputFilterFunction, options, options, patternMputFilter, regexMputFilter, remoteDirectoryExpression, remoteDirectoryExpression, remoteDirectoryFunction, remoteFileSeparator, renameExpression, renameExpression, renameFunction, temporaryFileSuffix, temporaryRemoteDirectoryExpression, temporaryRemoteDirectoryExpression, temporaryRemoteDirectoryFunction, useTemporaryFileName
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
コンストラクターの詳細
FtpOutboundGatewaySpec
メソッドの詳細
patternFileNameFilter
クラスからコピーされた説明:RemoteFileOutboundGatewaySpec
リモートファイルに一致する単純なパターンを指定します(例: '*.txt' )。- 次で指定:
- クラス
RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile, FtpOutboundGatewaySpec>
のpatternFileNameFilter
- パラメーター:
pattern
- パターン。- 戻り値:
- スペック。
- 関連事項:
regexFileNameFilter
クラスからコピーされた説明:RemoteFileOutboundGatewaySpec
リモートファイルに一致する単純なパターンを指定します(例: '[0-9].*.txt')。- 次で指定:
- クラス
RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile, FtpOutboundGatewaySpec>
のregexFileNameFilter
- パラメーター:
regex
- 正規表現パターン。- 戻り値:
- スペック。
- 関連事項:
workingDirExpression
SpELExpression
を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。- パラメーター:
workingDirExpression
- 作業ディレクトリを評価する SpEL 式- 戻り値:
- スペック
- 関連事項:
workingDirExpression
SpELExpression
を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。- パラメーター:
workingDirExpression
- 作業ディレクトリを評価する SpEL 式- 戻り値:
- スペック
- 関連事項:
workingDirFunction
public FtpOutboundGatewaySpec workingDirFunction(FunctionSE<Message<?>, StringSE> workingDirFunction) Function
SE を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。- パラメーター:
workingDirFunction
- 作業ディレクトリを評価する関数- 戻り値:
- スペック
- 関連事項: