org.springframework.oxm.config
Class Jaxb2MarshallerBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
class Jaxb2MarshallerBeanDefinitionParser
- extends AbstractSingleBeanDefinitionParser
Parser for the <oxm:jaxb2-marshaller/> element.
- Since:
- 3.0
- Author:
- Arjen Poutsma
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXB2_MARSHALLER_CLASS_NAME
private static final java.lang.String JAXB2_MARSHALLER_CLASS_NAME
- See Also:
- Constant Field Values
Jaxb2MarshallerBeanDefinitionParser
Jaxb2MarshallerBeanDefinitionParser()
getBeanClassName
protected java.lang.String getBeanClassName(org.w3c.dom.Element element)
- Description copied from class:
AbstractSingleBeanDefinitionParser
- Determine the bean class name corresponding to the supplied
Element.
- Overrides:
getBeanClassName in class AbstractSingleBeanDefinitionParser
- Parameters:
element - the Element that is being parsed
- Returns:
- the class name of the bean that is being defined via parsing
the supplied
Element, or null if none - See Also:
AbstractSingleBeanDefinitionParser.getBeanClass(org.w3c.dom.Element)
doParse
protected void doParse(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinitionBuilder beanDefinitionBuilder)
- 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 processbeanDefinitionBuilder - used to define the BeanDefinition- See Also:
AbstractSingleBeanDefinitionParser.doParse(Element, BeanDefinitionBuilder)