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, setFactoriesAreAbstractaddBusWiringAttribute, 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, unmarshalFactoryStringdoParse, getBeanClassName, getParentName, parseInternalpublic JAXRSClientFactoryBeanDefinitionParser()
protected Class<?> getFactoryClass()
getFactoryClass in class AbstractFactoryBeanDefinitionParserprotected String getFactoryIdSuffix()
getFactoryIdSuffix in class AbstractFactoryBeanDefinitionParserprotected String getSuffix()
getSuffix in class AbstractBeanDefinitionParserprotected void mapAttribute(org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
Element e,
String name,
String val)
mapAttribute 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 AbstractBeanDefinitionParserApache CXF