public class JAXRSClientFactoryBeanDefinitionParser extends AbstractFactoryBeanDefinitionParser
Modifier and Type | Class and Description |
---|---|
static class |
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean |
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME
Constructor and Description |
---|
JAXRSClientFactoryBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
getFactoryClass() |
protected String |
getFactoryIdSuffix() |
protected String |
getSuffix() |
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) |
doParse, getDestroyMethod, getRawFactoryClass, setFactoriesAreAbstract
addBusWiringAttribute, addBusWiringAttribute, getBeanClass, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, hasBusProperty, isAttribute, mapAttribute, mapElementToJaxbBean, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttribute, parseAttributes, parseChildElements, parseQName, processBusAttribute, processNameAttribute, resolveId, setBeanClass, setFirstChildAsProperty, unmarshalFactoryString
doParse, getBeanClassName, getParentName, parseInternal
public JAXRSClientFactoryBeanDefinitionParser()
protected Class<?> getFactoryClass()
getFactoryClass
in class AbstractFactoryBeanDefinitionParser
protected String getFactoryIdSuffix()
getFactoryIdSuffix
in class AbstractFactoryBeanDefinitionParser
protected String getSuffix()
getSuffix
in class AbstractBeanDefinitionParser
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
Apache CXF