public class ClientProxyFactoryBeanDefinitionParser extends AbstractFactoryBeanDefinitionParser
Modifier and Type | Class and Description |
---|---|
static class |
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean |
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME
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, 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 ClientProxyFactoryBeanDefinitionParser()
protected Class<?> getFactoryClass()
getFactoryClass
in class AbstractFactoryBeanDefinitionParser
protected Class<?> getRawFactoryClass()
getRawFactoryClass
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 e, String name)
mapElement
in class AbstractBeanDefinitionParser
Apache CXF