@Configuration @EnableConfigurationProperties(value=XQueryComponentConfiguration.class) public class XQueryComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XQueryComponentAutoConfiguration.Condition |
Constructor and Description |
---|
XQueryComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.xquery.XQueryComponent |
configureXQueryComponent(org.apache.camel.CamelContext camelContext,
XQueryComponentConfiguration configuration) |
@Lazy @Bean(name="xquery-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.xquery.XQueryComponent.class) public org.apache.camel.component.xquery.XQueryComponent configureXQueryComponent(org.apache.camel.CamelContext camelContext, XQueryComponentConfiguration configuration) throws Exception
Exception
Apache Camel