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, resolveDefaults
protected static final String TIMEOUT
protected Class getBeanClass(Element element)
AbstractReferenceDefinitionParser
getBeanClass
in class AbstractReferenceDefinitionParser
protected void parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
AbstractReferenceDefinitionParser
parseAttributes
in class AbstractReferenceDefinitionParser
protected void applyDefaultTimeout(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, OsgiDefaultsDefinition defaults)
element
- context
- builder
- Copyright © 2006–2013. All rights reserved.