クラス AbstractRemoteFileInboundChannelAdapterParser
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.AbstractRemoteFileInboundChannelAdapterParser
- 実装されているすべてのインターフェース:
BeanDefinitionParser
public abstract class AbstractRemoteFileInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
リモートファイルの受信チャネルアダプターを解析するための抽象基本クラス。
- 導入:
- 2.0
- 作成者:
- Oleg Zhurakousky, Mark Fisher, Gary Russell, Artem Bilan, Venil Noronha
フィールドのサマリー
クラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたフィールド
ID_ATTRIBUTE, NAME_ATTRIBUTEコンストラクターの概要
コンストラクター コンストラクター 説明 AbstractRemoteFileInboundChannelAdapterParser()メソッドのサマリー
修飾子と型 メソッド 説明 protected abstract ClassSE<? extends InboundFileSynchronizer>getInboundFileSynchronizerClass()protected abstract StringSEgetMessageSourceClassname()protected abstract ClassSE<? extends AbstractPersistentAcceptOnceFileListFilter<?>>getPersistentAcceptOnceFileListFilterClass()protected abstract ClassSE<? extends FileListFilter<?>>getRegexPatternFileListFilterClass()protected abstract ClassSE<? extends FileListFilter<?>>getSimplePatternFileListFilterClass()protected BeanMetadataElementparseSource(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
コンストラクターの詳細
AbstractRemoteFileInboundChannelAdapterParser
public AbstractRemoteFileInboundChannelAdapterParser()
メソッドの詳細
parseSource
クラスからコピーされた説明:AbstractPollingInboundChannelAdapterParser作成されたチャネルアダプターがポーリングする PollableSource インスタンスを解析するには、サブクラスがこのメソッドを実装する必要があります。- 次で指定:
- クラス
AbstractPollingInboundChannelAdapterParserのparseSource - パラメーター:
element- 要素。parserContext- パーサーコンテキスト。- 戻り値:
- Bean メタデータ要素。
getMessageSourceClassname
getInboundFileSynchronizerClass
getSimplePatternFileListFilterClass
getRegexPatternFileListFilterClass
getPersistentAcceptOnceFileListFilterClass
protected abstract ClassSE<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()