@Configuration @EnableConfigurationProperties(value=JXPathLanguageConfiguration.class) public class JXPathLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JXPathLanguageAutoConfiguration.Condition |
Constructor and Description |
---|
JXPathLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.language.jxpath.JXPathLanguage |
configureJXPathLanguage(org.apache.camel.CamelContext camelContext,
JXPathLanguageConfiguration configuration) |
@Bean(name="jxpath-language") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.language.jxpath.JXPathLanguage.class) public org.apache.camel.language.jxpath.JXPathLanguage configureJXPathLanguage(org.apache.camel.CamelContext camelContext, JXPathLanguageConfiguration configuration) throws Exception
Exception
Apache Camel