Package org.apache.camel.spring.handler

Spring 2.x custom XML handling to allow namespace based XML to be parsed from inside any Spring XML

See:
          Description

Class Summary
BeanDefinitionParser A base class for a parser for a bean.
CamelNamespaceHandler Camel namespace for the spring XML configuration file.
LazyLoadingBeanDefinitionParser A BeanDefinitionParser which lazy loads the type on which it creates to allow the schema to be loosly coupled with the camel jars.
ScriptDefinitionParser A parser of the various scripting language expressions
 

Package org.apache.camel.spring.handler Description

Spring 2.x custom XML handling to allow namespace based XML to be parsed from inside any Spring XML



Apache CAMEL