org.apache.cxf.frontend.spring
Class ServerFactoryBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class ServerFactoryBeanDefinitionParser
- extends AbstractBeanDefinitionParser
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
|
Method Summary |
protected void |
doParse(org.w3c.dom.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,
org.w3c.dom.Element e,
java.lang.String name,
java.lang.String val)
|
protected void |
mapElement(org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
org.w3c.dom.Element el,
java.lang.String name)
|
protected java.lang.String |
resolveId(org.w3c.dom.Element elem,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext ctx)
|
| Methods inherited from class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser |
getAndRegisterFirstChild, getBeanClass, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, getSuffix, isAttribute, mapAttribute, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseQName, setBeanClass, setFirstChildAsProperty, wireBus |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
doParse, getBeanClassName, parseInternal |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerFactoryBeanDefinitionParser
public ServerFactoryBeanDefinitionParser()
mapAttribute
protected void mapAttribute(org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
org.w3c.dom.Element e,
java.lang.String name,
java.lang.String val)
- Overrides:
mapAttribute in class AbstractBeanDefinitionParser
mapElement
protected void mapElement(org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
org.w3c.dom.Element el,
java.lang.String name)
- Overrides:
mapElement in class AbstractBeanDefinitionParser
doParse
protected void doParse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
- Overrides:
doParse in class AbstractBeanDefinitionParser
resolveId
protected java.lang.String resolveId(org.w3c.dom.Element elem,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext ctx)
throws org.springframework.beans.factory.BeanDefinitionStoreException
- Overrides:
resolveId in class AbstractBeanDefinitionParser
- Throws:
org.springframework.beans.factory.BeanDefinitionStoreException
hasBusProperty
protected boolean hasBusProperty()
- Overrides:
hasBusProperty in class AbstractBeanDefinitionParser
Apache CXF