public class ClientProxyFactoryBeanDefinitionParser
extends org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean |
| Constructor and Description |
|---|
ClientProxyFactoryBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getFactoryClass() |
protected String |
getFactoryIdSuffix() |
protected Class<?> |
getRawFactoryClass() |
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 e,
String name) |
doParse, getDestroyMethod, 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 ClientProxyFactoryBeanDefinitionParser()
protected Class<?> getFactoryClass()
getFactoryClass in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParserprotected Class<?> getRawFactoryClass()
getRawFactoryClass in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParserprotected String getFactoryIdSuffix()
getFactoryIdSuffix in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParserprotected String getSuffix()
getSuffix in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParserprotected void mapAttribute(org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
Element e,
String name,
String val)
mapAttribute in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParserApache CXF