public abstract class AbstractFactoryBeanDefinitionParser extends AbstractBeanDefinitionParser
hasBusProperty
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,
ParserContext ctx,
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, parseAttributes, parseChildElements, parseQName, processBusAttribute, processNameAttribute, resolveId, setBeanClass, setFirstChildAsProperty, unmarshalFactoryString
public static void setFactoriesAreAbstract(boolean b)
protected String getDestroyMethod()
protected void doParse(Element element, ParserContext ctx, BeanDefinitionBuilder bean)
doParse
in class AbstractBeanDefinitionParser
protected abstract Class<?> getFactoryClass()
protected Class<?> getRawFactoryClass()
protected abstract String getFactoryIdSuffix()
Copyright © 2018 JBoss by Red Hat. All rights reserved.