org.springframework.integration.config.xml
Class AbstractChannelParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelParser
- All Implemented Interfaces:
- BeanDefinitionParser
- Direct Known Subclasses:
- PointToPointChannelParser, PublishSubscribeChannelParser
public abstract class AbstractChannelParser
- extends AbstractBeanDefinitionParser
Base class for channel parsers.
- Author:
- Mark Fisher, Dave Syer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractChannelParser
public AbstractChannelParser()
parseInternal
protected AbstractBeanDefinition parseInternal(Element element,
ParserContext parserContext)
- Specified by:
parseInternal
in class AbstractBeanDefinitionParser
registerBeanDefinition
protected void registerBeanDefinition(BeanDefinitionHolder definition,
BeanDefinitionRegistry registry)
- Overrides:
registerBeanDefinition
in class AbstractBeanDefinitionParser
buildBeanDefinition
protected abstract BeanDefinitionBuilder buildBeanDefinition(Element element,
ParserContext parserContext)
- Subclasses must implement this method to create the bean definition.
The class must be defined, and any implementation-specific constructor
arguments or properties should be configured. This base class will
configure the interceptors including the 'datatype' interceptor if
the 'datatype' attribute is defined on the channel element.
Copyright © 2010. All Rights Reserved.