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