クラス 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
フィールド概要
クラス 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クラス AbstractChannelAdapterParser から継承されたメソッド
parseInternal, resolveId
コンストラクターの詳細
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)