org.springframework.integration.config.xml
Class IntegrationNamespaceHandler
java.lang.Object
org.springframework.integration.config.xml.IntegrationNamespaceHandler
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.NamespaceHandler
public class IntegrationNamespaceHandler
- extends java.lang.Object
- implements org.springframework.beans.factory.xml.NamespaceHandler
Namespace handler for the integration namespace.
- Author:
- Mark Fisher, Marius Bogoevici
Method Summary |
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(org.w3c.dom.Node source,
org.springframework.beans.factory.config.BeanDefinitionHolder definition,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
void |
init()
|
org.springframework.beans.factory.config.BeanDefinition |
parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegrationNamespaceHandler
public IntegrationNamespaceHandler()
init
public void init()
- Specified by:
init
in interface org.springframework.beans.factory.xml.NamespaceHandler
parse
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
parse
in interface org.springframework.beans.factory.xml.NamespaceHandler
decorate
public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(org.w3c.dom.Node source,
org.springframework.beans.factory.config.BeanDefinitionHolder definition,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
decorate
in interface org.springframework.beans.factory.xml.NamespaceHandler