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