クラス AbstractXmppInboundChannelAdapterParser
java.lang.ObjectSE
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
- 実装されているすべてのインターフェース:
BeanDefinitionParser
XMPP 受信パーサーの基本クラス
- 導入:
- 2.0.1
- 作成者:
- Oleg Zhurakousky, Gary Russell
フィールドのサマリー
クラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたフィールド
ID_ATTRIBUTE, NAME_ATTRIBUTEコンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明protected AbstractBeanDefinitiondoParse(ElementSE element, ParserContext parserContext, StringSE channelName) アダプター要素を解析するには、サブクラスがこのメソッドを実装する必要があります。protected abstract StringSEgetBeanClassName(ElementSE element) protected voidpostProcess(ElementSE element, ParserContext parserContext, BeanDefinitionBuilder builder) protected booleanprotected booleanクラス org.springframework.integration.config.xml.AbstractChannelAdapterParser から継承されたメソッド
parseInternal, resolveIdクラス org.springframework.beans.factory.xml.AbstractBeanDefinitionParser から継承されたメソッド
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldParseNameAsAliases
コンストラクターの詳細
AbstractXmppInboundChannelAdapterParser
public AbstractXmppInboundChannelAdapterParser()
メソッドの詳細
shouldGenerateId
protected boolean shouldGenerateId()- オーバーライド:
- クラス
AbstractBeanDefinitionParserのshouldGenerateId
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()- オーバーライド:
- クラス
AbstractBeanDefinitionParserのshouldGenerateIdAsFallback
getBeanClassName
doParse
protected AbstractBeanDefinition doParse(ElementSE element, ParserContext parserContext, StringSE channelName) クラスからコピーされた説明:AbstractChannelAdapterParserアダプター要素を解析するには、サブクラスがこのメソッドを実装する必要があります。MessageChannel Bean の名前が提供されます。- 次で指定:
- クラス
AbstractChannelAdapterParserのdoParse - パラメーター:
element- 要素。parserContext- パーサーコンテキスト。channelName- チャンネル名。- 戻り値:
- Bean 定義。
postProcess
protected void postProcess(ElementSE element, ParserContext parserContext, BeanDefinitionBuilder builder)