クラス AbstractIntegrationNamespaceHandler
java.lang.ObjectSE
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
- 実装されたすべてのインターフェース:
NamespaceHandler
- 既知の直属サブクラス
AmqpNamespaceHandler
、CassandraNamespaceHandler
、EventNamespaceHandler
、FeedNamespaceHandler
、FileNamespaceHandler
、FtpNamespaceHandler
、GroovyNamespaceHandler
、HazelcastIntegrationNamespaceHandler
、HttpNamespaceHandler
、IntegrationNamespaceHandler
、IntegrationXmlNamespaceHandler
、IpNamespaceHandler
、JdbcNamespaceHandler
、JmsNamespaceHandler
、JmxNamespaceHandler
、JpaNamespaceHandler
、KafkaNamespaceHandler
、MailNamespaceHandler
、MongoDbNamespaceHandler
、MqttNamespaceHandler
、RedisNamespaceHandler
、RSocketNamespaceHandler
、ScriptNamespaceHandler
、SftpNamespaceHandler
、SmbNamespaceHandler
、StompNamespaceHandler
、StreamNamespaceHandler
、SyslogNamespaceHandler
、WebFluxNamespaceHandler
、WebSocketNamespaceHandler
、WsNamespaceHandler
、ZipNamespaceHandler
、ZookeeperNamespaceHandler
デフォルトの Bean 定義を構成するための BeanFactoryPostProcessor を登録する NamespaceHandlers の基本クラス。
- 作成者:
- Mark Fisher, Oleg Zhurakousky, Gary Russell, Artem Bilan
コンストラクターの概要
コンストラクターメソッドのサマリー
クラス org.springframework.beans.factory.xml.NamespaceHandlerSupport から継承されたメソッド
decorate, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.xml.NamespaceHandler から継承されたメソッド
init
コンストラクターの詳細
AbstractIntegrationNamespaceHandler
public AbstractIntegrationNamespaceHandler()
メソッドの詳細
parse
- 次で指定:
- インターフェース
NamespaceHandler
のparse
- オーバーライド:
- クラス
NamespaceHandlerSupport
のparse