Class IntegrationXmlNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
org.springframework.integration.xml.config.IntegrationXmlNamespaceHandler
- All Implemented Interfaces:
NamespaceHandler
public class IntegrationXmlNamespaceHandler extends AbstractIntegrationNamespaceHandler
- Author:
- Jonas Partner, Mark Fisher
-
Constructor Summary
Constructors Constructor Description IntegrationXmlNamespaceHandler()
-
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
-
IntegrationXmlNamespaceHandler
public IntegrationXmlNamespaceHandler()
-
-
Method Details
-
init
public void init()
-