@Configuration @EnableConfigurationProperties(value=XQueryLanguageConfiguration.class) @Conditional(value=XQueryLanguageAutoConfiguration.Condition.class) public class XQueryLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XQueryLanguageAutoConfiguration.Condition |
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") @Scope(value="prototype") @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