AbstractSingleBeanDefinitionParser()
Base class for those BeanDefinitionParser implementations that need to parse and define just a single BeanDefinition.
Extend this parser class when you want to create a single bean definition from an arbitrarily complex XML element. You may wish to consider extending the AbstractSimpleBeanDefinitionParser when you want to create a single bean definition from a relatively simple custom XML element.
The resulting BeanDefinition will be automatically registered with the org.springframework.beans.factory.support.BeanDefinitionRegistry. Your job simply is to parse the custom XML Element into a single BeanDefinition.
Author
Rob Harrop
Author
Juergen Hoeller
Author
Rick Evans
Since
2.0