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

Packages that use BeanDefinitionParser
org.apache.camel.spring.handler Spring 2.x custom XML handling to allow namespace based XML to be parsed from inside any Spring XML 
 

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

Subclasses of BeanDefinitionParser in org.apache.camel.spring.handler
protected  class CamelNamespaceHandler.CamelContextBeanDefinitionParser
           
 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.handler declared as BeanDefinitionParser
protected  BeanDefinitionParser CamelNamespaceHandler.beanPostProcessorParser
           
protected  BeanDefinitionParser CamelNamespaceHandler.endpointParser
           
 



Apache CAMEL