Class IntegrationNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
org.springframework.integration.config.xml.IntegrationNamespaceHandler
- All Implemented Interfaces:
NamespaceHandler
public class IntegrationNamespaceHandler extends AbstractIntegrationNamespaceHandler
Namespace handler for the integration namespace.
- Author:
- Mark Fisher, Marius Bogoevici, Oleg Zhurakousky, David Turanski, Gary Russell, Artem Bilan
-
Constructor Summary
Constructors Constructor Description IntegrationNamespaceHandler()
-
Method Summary
Modifier and Type Method Description void
init()
Methods inherited from class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
parse
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
-
Constructor Details
-
IntegrationNamespaceHandler
public IntegrationNamespaceHandler()
-
-
Method Details
-
init
public void init()
-