org.apache.camel.spring.handler
Class LazyLoadingBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.apache.camel.spring.handler.BeanDefinitionParser
org.apache.camel.spring.handler.LazyLoadingBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.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 $
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
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 |
LazyLoadingBeanDefinitionParser
public LazyLoadingBeanDefinitionParser(String className,
String moduleName)
loadType
protected Class loadType()
- Overrides:
loadType
in class BeanDefinitionParser
Copyright © 2009 Apache Software Foundation. All Rights Reserved.