クラス 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 void
doPostProcess
(BeanDefinitionBuilder builder, ElementSE element) サブクラスは、このメソッドをオーバーライドすることにより、Bean 定義に追加できます。protected ClassSE
<?> getBeanClass
(ElementSE element) protected boolean
isEligibleAttribute
(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
- 要素。