@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=Olingo4ComponentConfiguration.class) public class Olingo4ComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Olingo4ComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
Olingo4ComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.olingo4.Olingo4Component |
configureOlingo4Component(org.apache.camel.CamelContext camelContext,
Olingo4ComponentConfiguration configuration) |
@Lazy
@Bean(name="olingo4-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.olingo4.Olingo4Component.class)
public org.apache.camel.component.olingo4.Olingo4Component configureOlingo4Component(org.apache.camel.CamelContext camelContext,
Olingo4ComponentConfiguration configuration)
throws Exception
ExceptionApache Camel