public class BusDefinitionParser extends AbstractBeanDefinitionParser
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BusDefinitionParser.BusConfig | 
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME| Constructor and Description | 
|---|
| BusDefinitionParser() | 
| 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 void | mapElement(org.springframework.beans.factory.xml.ParserContext ctx,
          org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
          Element e,
          String name) | 
| protected boolean | processBusAttribute(Element element,
                   org.springframework.beans.factory.xml.ParserContext ctx,
                   org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
                   String val) | 
| protected String | resolveId(Element element,
         org.springframework.beans.factory.support.AbstractBeanDefinition definition,
         org.springframework.beans.factory.xml.ParserContext ctx) | 
addBusWiringAttribute, addBusWiringAttribute, getBeanClass, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, getSuffix, hasBusProperty, isAttribute, mapAttribute, mapAttribute, mapElementToJaxbBean, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttribute, parseAttributes, parseChildElements, parseQName, processNameAttribute, setBeanClass, setFirstChildAsProperty, unmarshalFactoryStringdoParse, getBeanClassName, getParentName, parseInternalprotected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse in class AbstractBeanDefinitionParserprotected boolean processBusAttribute(Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String val)
processBusAttribute in class AbstractBeanDefinitionParserprotected void mapElement(org.springframework.beans.factory.xml.ParserContext ctx,
                          org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
                          Element e,
                          String name)
mapElement in class AbstractBeanDefinitionParserprotected String resolveId(Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx)
resolveId in class AbstractBeanDefinitionParserApache CXF