Uses of Class
org.apache.camel.spring.handler.BeanDefinitionParser
-
Packages that use BeanDefinitionParser Package Description org.apache.camel.spring.handler Spring 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 Modifier and Type Class Description protected classCamelNamespaceHandler.CamelContextBeanDefinitionParserprotected classCamelNamespaceHandler.EndpointDefinitionParserprotected classCamelNamespaceHandler.RestContextDefinitionParserprotected classCamelNamespaceHandler.RouteContextDefinitionParserprotected classCamelNamespaceHandler.SSLContextParametersFactoryBeanBeanDefinitionParserclassErrorHandlerDefinitionParserThe DefinitionParser to deal with the ErrorHandlerprotected classErrorHandlerDefinitionParser.RedeliveryPolicyDefinitionParserFields in org.apache.camel.spring.handler declared as BeanDefinitionParser Modifier and Type Field Description protected BeanDefinitionParserCamelNamespaceHandler. beanPostProcessorParserprotected BeanDefinitionParserCamelNamespaceHandler. endpointParserprotected BeanDefinitionParserErrorHandlerDefinitionParser. redeliveryPolicyParserFields in org.apache.camel.spring.handler with type parameters of type BeanDefinitionParser Modifier and Type Field Description protected Map<String,BeanDefinitionParser>CamelNamespaceHandler. parserMap
-