クラス AbstractPollingInboundChannelAdapterParser
java.lang.ObjectSE
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
- 実装されているすべてのインターフェース:
BeanDefinitionParser
- 既知の直属サブクラス
AbstractRemoteFileInboundChannelAdapterParser、AbstractRemoteFileStreamingInboundChannelAdapterParser、AttributePollingChannelAdapterParser、ConsoleInboundChannelAdapterParser、DefaultInboundChannelAdapterParser、FeedInboundChannelAdapterParser、FileInboundChannelAdapterParser、HazelcastDistributedSQLInboundChannelAdapterParser、JdbcPollingChannelAdapterParser、JmsInboundChannelAdapterParser、JpaInboundChannelAdapterParser、KafkaInboundChannelAdapterParser、MailInboundChannelAdapterParser、MBeanTreePollingChannelAdapterParser、MongoDbInboundChannelAdapterParser、RedisStoreInboundChannelAdapterParser、ResourceInboundChannelAdapterParser、StoredProcPollingChannelAdapterParser
public abstract class AbstractPollingInboundChannelAdapterParser
extends AbstractChannelAdapterParser
ソースをポーリングする受信チャネルアダプターのベースパーサー。
- 作成者:
- Mark Fisher, Gary Russell, Oleg Zhurakousky, Artem Bilan, Ngoc Nhan
フィールドのサマリー
クラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたフィールド
ID_ATTRIBUTE, NAME_ATTRIBUTEコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected AbstractBeanDefinitiondoParse(ElementSE element, ParserContext parserContext, StringSE channelName) アダプター要素を解析するには、サブクラスがこのメソッドを実装する必要があります。protected abstract BeanMetadataElementparseSource(ElementSE element, ParserContext parserContext) 作成されたチャネルアダプターがポーリングする PollableSource インスタンスを解析するには、サブクラスがこのメソッドを実装する必要があります。クラス org.springframework.integration.config.xml.AbstractChannelAdapterParser から継承されたメソッド
parseInternal, resolveIdクラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたメソッド
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
コンストラクターの詳細
AbstractPollingInboundChannelAdapterParser
public AbstractPollingInboundChannelAdapterParser()
メソッドの詳細
doParse
protected AbstractBeanDefinition doParse(ElementSE element, ParserContext parserContext, StringSE channelName) クラスからコピーされた説明:AbstractChannelAdapterParserアダプター要素を解析するには、サブクラスがこのメソッドを実装する必要があります。MessageChannel Bean の名前が提供されます。- 次で指定:
- クラス
AbstractChannelAdapterParserのdoParse - パラメーター:
element- 要素。parserContext- パーサーコンテキスト。channelName- チャンネル名。- 戻り値:
- Bean 定義。
parseSource
作成されたチャネルアダプターがポーリングする PollableSource インスタンスを解析するには、サブクラスがこのメソッドを実装する必要があります。- パラメーター:
element- 要素。parserContext- パーサーコンテキスト。- 戻り値:
- Bean メタデータ要素。