public abstract class AbstractFactoryBeanDefinitionParser extends AbstractBeanDefinitionParser
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME| Constructor and Description | 
|---|
| AbstractFactoryBeanDefinitionParser() | 
| 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 String | getDestroyMethod() | 
| protected abstract Class<?> | getFactoryClass() | 
| protected abstract String | getFactoryIdSuffix() | 
| protected Class<?> | getRawFactoryClass() | 
| static void | setFactoriesAreAbstract(boolean b) | 
addBusWiringAttribute, addBusWiringAttribute, getBeanClass, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, getSuffix, hasBusProperty, isAttribute, mapAttribute, mapAttribute, mapElement, mapElementToJaxbBean, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttribute, parseAttributes, parseChildElements, parseQName, processBusAttribute, processNameAttribute, resolveId, setBeanClass, setFirstChildAsProperty, unmarshalFactoryStringdoParse, getBeanClassName, getParentName, parseInternalpublic static void setFactoriesAreAbstract(boolean b)
protected String getDestroyMethod()
protected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse in class AbstractBeanDefinitionParserprotected abstract Class<?> getFactoryClass()
protected Class<?> getRawFactoryClass()
protected abstract String getFactoryIdSuffix()
Apache CXF