@Configuration @EnableConfigurationProperties(value=XQueryLanguageConfiguration.class) public class XQueryLanguageAutoConfiguration extends Object
Constructor and Description |
---|
XQueryLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.language.xquery.XQueryLanguage |
configureXQueryLanguage(org.apache.camel.CamelContext camelContext,
XQueryLanguageConfiguration configuration) |
@Bean(name="xquery-language") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.language.xquery.XQueryLanguage.class) public org.apache.camel.language.xquery.XQueryLanguage configureXQueryLanguage(org.apache.camel.CamelContext camelContext, XQueryLanguageConfiguration configuration) throws Exception
Exception
Apache Camel