Uses of Class
org.apache.camel.spring.xml.BeanDefinitionParser

Packages that use BeanDefinitionParser
org.apache.camel.spring.handler   
org.apache.camel.spring.xml   
 

Uses of BeanDefinitionParser in org.apache.camel.spring.handler
 

Fields in org.apache.camel.spring.handler declared as BeanDefinitionParser
protected  BeanDefinitionParser CamelNamespaceHandler.beanPostProcessorParser
           
protected  BeanDefinitionParser CamelNamespaceHandler.endpointParser
           
 

Uses of BeanDefinitionParser in org.apache.camel.spring.xml
 

Subclasses of BeanDefinitionParser in org.apache.camel.spring.xml
 class LazyLoadingBeanDefinitionParser
          A BeanDefinitionParser which lazy loads the type on which it creates to allow the schema to be loosly coupled with the camel jars.
 class ScriptDefinitionParser
          A parser of the various scripting language expressions
 

Fields in org.apache.camel.spring.xml declared as BeanDefinitionParser
protected  BeanDefinitionParser CamelNamespaceHandler.beanPostProcessorParser
           
protected  BeanDefinitionParser CamelNamespaceHandler.endpointParser
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.