public class ReferenceBeanDefinitionParser extends AbstractReferenceDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
protected static String |
TIMEOUT |
GENERATED_REF, PROMOTED_REF| Constructor and Description |
|---|
ReferenceBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyDefaultTimeout(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
OsgiDefaultsDefinition defaults)
Apply default definitions to the existing bean definition.
|
protected Class |
getBeanClass(Element element)
Indicate the bean definition class for this element.
|
protected void |
parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults)
Allow subclasses to add their own callbacks.
|
applyDefaultCardinality, applyDefaults, doParse, generateBeanName, getListenerElementName, handleNestedDefinition, parseInterfaces, parseInternal, parseListeners, parseNestedElements, parsePropertySetElement, parsePropertySubElement, postProcessListenerDefinition, resolveDefaultsprotected static final String TIMEOUT
protected Class getBeanClass(Element element)
AbstractReferenceDefinitionParsergetBeanClass in class AbstractReferenceDefinitionParserprotected void parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
AbstractReferenceDefinitionParserparseAttributes in class AbstractReferenceDefinitionParserprotected void applyDefaultTimeout(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
OsgiDefaultsDefinition defaults)
element - context - builder - Copyright © 2006–2017. All rights reserved.