|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelParser
public abstract class AbstractChannelParser
Base class for channel parsers.
| Field Summary |
|---|
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
|---|
ID_ATTRIBUTE, NAME_ATTRIBUTE |
| Constructor Summary | |
|---|---|
AbstractChannelParser()
|
|
| Method Summary | |
|---|---|
protected abstract BeanDefinitionBuilder |
buildBeanDefinition(org.w3c.dom.Element element,
ParserContext parserContext)
Subclasses must implement this method to create the bean definition. |
protected AbstractBeanDefinition |
parseInternal(org.w3c.dom.Element element,
ParserContext parserContext)
|
protected void |
registerBeanDefinition(BeanDefinitionHolder definition,
BeanDefinitionRegistry registry)
|
| Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
|---|
parse, postProcessComponentDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractChannelParser()
| Method Detail |
|---|
protected AbstractBeanDefinition parseInternal(org.w3c.dom.Element element,
ParserContext parserContext)
parseInternal in class AbstractBeanDefinitionParser
protected void registerBeanDefinition(BeanDefinitionHolder definition,
BeanDefinitionRegistry registry)
registerBeanDefinition in class AbstractBeanDefinitionParser
protected abstract BeanDefinitionBuilder buildBeanDefinition(org.w3c.dom.Element element,
ParserContext parserContext)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||