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