public class JAXRSServerFactoryBeanDefinitionParser extends AbstractBeanDefinitionParser
Type | Property and Description |
---|---|
protected boolean |
hasBus |
Modifier and Type | Class and Description |
---|---|
static class |
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean |
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME
Constructor and Description |
---|
JAXRSServerFactoryBeanDefinitionParser() |
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 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, parseAttribute, parseAttributes, parseChildElements, parseQName, processBusAttribute, processNameAttribute, setBeanClass, setFirstChildAsProperty, unmarshalFactoryString
doParse, getBeanClassName, getParentName, parseInternal
hasBusProperty
in class AbstractBeanDefinitionParser
public JAXRSServerFactoryBeanDefinitionParser()
protected void mapAttribute(org.springframework.beans.factory.support.BeanDefinitionBuilder bean, Element e, String name, String val)
mapAttribute
in class AbstractBeanDefinitionParser
protected void mapElement(org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, Element el, String name)
mapElement
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 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 AbstractBeanDefinitionParser
org.springframework.beans.factory.BeanDefinitionStoreException
protected boolean hasBusProperty()
hasBusProperty
in class AbstractBeanDefinitionParser
Apache CXF