public class PointToPointChannelParser extends AbstractChannelParser
Constructor and Description |
---|
PointToPointChannelParser() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.beans.factory.support.BeanDefinitionBuilder |
buildBeanDefinition(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Subclasses must implement this method to create the bean definition.
|
parseInternal, registerBeanDefinition
protected org.springframework.beans.factory.support.BeanDefinitionBuilder buildBeanDefinition(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractChannelParser
buildBeanDefinition
in class AbstractChannelParser
element
- The element.parserContext
- The parser context.