org.springframework.oxm.config
Class CastorMarshallerBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class CastorMarshallerBeanDefinitionParser
- extends AbstractSimpleBeanDefinitionParser
Parser for the <oxm:castor-marshaller/>
element.
- Since:
- 3.1
- Author:
- Jakub Narloch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CastorMarshallerBeanDefinitionParser
public CastorMarshallerBeanDefinitionParser()
getBeanClassName
protected String getBeanClassName(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)