@Configuration @EnableConfigurationProperties(value=CxfComponentConfiguration.class) @Conditional(value=CxfComponentAutoConfiguration.Condition.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
Exception
Apache Camel