クラス RedisQueueInboundGatewayParser
java.lang.ObjectSE
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.integration.config.xml.AbstractInboundGatewayParser
org.springframework.integration.redis.config.RedisQueueInboundGatewayParser
- 実装されているすべてのインターフェース:
BeanDefinitionParser
'redis' 名前空間の <queue-inbound-gateway> 要素のパーサー。
- 導入:
- 4.1
- 作成者:
- David Liu, Artem Bilan
フィールドのサマリー
クラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたフィールド
ID_ATTRIBUTE, NAME_ATTRIBUTEコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected voiddoPostProcess(BeanDefinitionBuilder builder, ElementSE element) サブクラスは、このメソッドをオーバーライドすることにより、Bean 定義に追加できます。protected ClassSE<?> getBeanClass(ElementSE element) protected booleanisEligibleAttribute(StringSE attributeName) クラス org.springframework.integration.config.xml.AbstractInboundGatewayParser から継承されたメソッド
doParse, postProcess, resolveIdクラス org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser から継承されたメソッド
extractPropertyName, isEligibleAttributeクラス org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser から継承されたメソッド
doParse, getBeanClassName, getParentName, parseInternalクラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたメソッド
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
コンストラクターの詳細
RedisQueueInboundGatewayParser
public RedisQueueInboundGatewayParser()
メソッドの詳細
getBeanClass
- オーバーライド:
- クラス
AbstractSingleBeanDefinitionParserのgetBeanClass
isEligibleAttribute
- オーバーライド:
- クラス
AbstractInboundGatewayParserのisEligibleAttribute
doPostProcess
クラスからコピーされた説明:AbstractInboundGatewayParserサブクラスは、このメソッドをオーバーライドすることにより、Bean 定義に追加できます。- オーバーライド:
- クラス
AbstractInboundGatewayParserのdoPostProcess - パラメーター:
builder- ビルダー。element- 要素。