public abstract class AbstractListenerBeanDefinitionParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
| Constructor and Description |
|---|
AbstractListenerBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.springframework.beans.factory.config.BeanDefinition |
createApiFacadeBeanDefinition(String name)
Creates API facade bean definition.
|
protected abstract Class<?> |
getFactoryClass()
Provides factory class for bean definition.
|
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext) |
public AbstractListenerBeanDefinitionParser()
public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParserprotected abstract org.springframework.beans.factory.config.BeanDefinition createApiFacadeBeanDefinition(String name)
name - Data source scope identifier.protected abstract Class<?> getFactoryClass()
Copyright © 2016 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.