org.apache.camel.spring.handler
Class LazyLoadingBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.apache.camel.spring.handler.BeanDefinitionParser
              extended by org.apache.camel.spring.handler.LazyLoadingBeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
ScriptDefinitionParser

public class LazyLoadingBeanDefinitionParser
extends BeanDefinitionParser

A BeanDefinitionParser which lazy loads the type on which it creates to allow the schema to be loosly coupled with the camel jars.

Version:
$Revision: 630591 $

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
LazyLoadingBeanDefinitionParser(String className, String moduleName)
           
 
Method Summary
protected  Class loadType()
           
 
Methods inherited from class org.apache.camel.spring.handler.BeanDefinitionParser
doParse, extractPropertyName, getBeanClass, isEligibleAttribute, postProcess
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, 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

LazyLoadingBeanDefinitionParser

public LazyLoadingBeanDefinitionParser(String className,
                                       String moduleName)
Method Detail

loadType

protected Class loadType()
Overrides:
loadType in class BeanDefinitionParser


Apache CAMEL