org.apache.camel.spring.xml
Class BeanDefinitionParserSupport

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
              extended by 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 $

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
BeanDefinitionParserSupport(Class type)
           
 
Method Summary
protected  Class getBeanClass(Element element)
           
protected  boolean isEligibleAttribute(String attributeName)
           
 
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
 

Constructor Detail

BeanDefinitionParserSupport

public BeanDefinitionParserSupport(Class type)
Method Detail

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.