public class RMManagerBeanDefinitionParser extends AbstractBeanDefinitionParser
Type | Property and Description |
---|---|
protected boolean |
hasBus |
WIRE_BUS_ATTRIBUTE, WIRE_BUS_HANDLER, WIRE_BUS_NAME
Constructor and Description |
---|
RMManagerBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean) |
protected Class |
getBeanClass(Element element) |
protected String |
getJaxbPackage() |
protected boolean |
hasBusProperty() |
protected void |
mapElement(org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
Element e,
String name) |
protected boolean |
shouldGenerateIdAsFallback() |
addBusWiringAttribute, addBusWiringAttribute, getBeanClass, getFirstChild, getIdOrName, getSuffix, isAttribute, mapAttribute, mapAttribute, mapElementToJaxbBean, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttributes, parseChildElements, parseQName, resolveId, setBeanClass, setFirstChildAsProperty, unmarshalFactoryString
doParse, getBeanClassName, getParentName, parseInternal
hasBusProperty
in class AbstractBeanDefinitionParser
protected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse
in class AbstractBeanDefinitionParser
protected void mapElement(org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, Element e, String name)
mapElement
in class AbstractBeanDefinitionParser
protected boolean hasBusProperty()
hasBusProperty
in class AbstractBeanDefinitionParser
protected Class getBeanClass(Element element)
getBeanClass
in class AbstractBeanDefinitionParser
protected String getJaxbPackage()
getJaxbPackage
in class AbstractBeanDefinitionParser
protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Apache CXF