クラス AbstractRemoteFileStreamingInboundChannelAdapterParser
java.lang.ObjectSE
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
org.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
- 実装されたすべてのインターフェース:
BeanDefinitionParser
- 既知の直属サブクラス
FtpStreamingInboundChannelAdapterParser
、SftpStreamingInboundChannelAdapterParser
、SmbStreamingInboundChannelAdapterParser
public abstract class AbstractRemoteFileStreamingInboundChannelAdapterParser
extends AbstractPollingInboundChannelAdapterParser
リモートファイルストリーミング受信チャネルアダプターを解析するための抽象基本クラス。
- 導入:
- 4.3
- 作成者:
- Gary Russell, Artem Bilan
フィールドのサマリー
クラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたフィールド
ID_ATTRIBUTE, NAME_ATTRIBUTE
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected abstract ClassSE
<? extends MessageSource<?>> protected abstract ClassSE
<? extends AbstractPersistentAcceptOnceFileListFilter<?>> protected abstract ClassSE
<? extends FileListFilter<?>> protected abstract ClassSE
<? extends FileListFilter<?>> protected abstract ClassSE
<? extends RemoteFileOperations<?>> protected final BeanMetadataElement
parseSource
(ElementSE element, ParserContext parserContext) 作成されたチャネルアダプターがポーリングする PollableSource インスタンスを解析するには、サブクラスがこのメソッドを実装する必要があります。クラス org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser から継承されたメソッド
doParse
クラス org.springframework.integration.config.xml.AbstractChannelAdapterParser から継承されたメソッド
parseInternal, resolveId
クラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたメソッド
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
コンストラクターの詳細
AbstractRemoteFileStreamingInboundChannelAdapterParser
public AbstractRemoteFileStreamingInboundChannelAdapterParser()
メソッドの詳細
parseSource
クラスからコピーされた説明:AbstractPollingInboundChannelAdapterParser
作成されたチャネルアダプターがポーリングする PollableSource インスタンスを解析するには、サブクラスがこのメソッドを実装する必要があります。- 次で指定:
- クラス
AbstractPollingInboundChannelAdapterParser
のparseSource
- パラメーター:
element
- 要素。parserContext
- パーサーコンテキスト。- 戻り値:
- Bean メタデータ要素。
getTemplateClass
getMessageSourceClass
getSimplePatternFileListFilterClass
getRegexPatternFileListFilterClass
getPersistentAcceptOnceFileListFilterClass
protected abstract ClassSE<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()