org.apache.camel.spring.xml
Class BeanDefinitionParserSupport
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.apache.camel.spring.xml.BeanDefinitionParserSupport
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class BeanDefinitionParserSupport
- extends org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
A base class for a parser for a bean.
- Version:
- $Revision: 1.1 $
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser |
doParse, extractPropertyName, postProcess |
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
doParse, parseInternal |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanDefinitionParserSupport
public BeanDefinitionParserSupport(Class type)
getBeanClass
protected Class getBeanClass(Element element)
- Specified by:
getBeanClass
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
isEligibleAttribute
protected boolean isEligibleAttribute(String attributeName)
- Overrides:
isEligibleAttribute
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Copyright © 2007 Apache Software Foundation. All Rights Reserved.