org.springframework.transaction.config
Class TxAdviceBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.transaction.config.TxAdviceBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
class TxAdviceBeanDefinitionParser
- extends AbstractSingleBeanDefinitionParser
- Since:
- 2.0
- Author:
- Rob Harrop, Adrian Colyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TxAdviceBeanDefinitionParser
TxAdviceBeanDefinitionParser()
getBeanClass
protected Class getBeanClass(Element element)
- Description copied from class:
AbstractSingleBeanDefinitionParser
- Determine the bean class corresponding to the supplied
Element.
- Specified by:
getBeanClass in class AbstractSingleBeanDefinitionParser
- Parameters:
element - the Element that is being parsed
- Returns:
- the
Class of the bean that is being defined via parsing the supplied Element
(must not be null) - See Also:
AbstractSingleBeanDefinitionParser.parseInternal(org.w3c.dom.Element, ParserContext)
doParse
protected void doParse(Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
- Description copied from class:
AbstractSingleBeanDefinitionParser
- Parse the supplied
Element and populate the supplied
BeanDefinitionBuilder as required.
The default implementation delegates to the doParse
version without ParserContext argument.
- Overrides:
doParse in class AbstractSingleBeanDefinitionParser
- Parameters:
element - the XML element being parsedparserContext - the object encapsulating the current state of the parsing processbuilder - used to define the BeanDefinition- See Also:
AbstractSingleBeanDefinitionParser.doParse(Element, BeanDefinitionBuilder)
Copyright © 2002-2006 The Spring Framework.