@Configuration @EnableConfigurationProperties(value=CxfRsComponentConfiguration.class) public class CxfRsComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CxfRsComponentAutoConfiguration.Condition |
Constructor and Description |
---|
CxfRsComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.cxf.jaxrs.CxfRsComponent |
configureCxfRsComponent(org.apache.camel.CamelContext camelContext,
CxfRsComponentConfiguration configuration) |
@Lazy @Bean(name="cxfrs-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.cxf.jaxrs.CxfRsComponent.class) public org.apache.camel.component.cxf.jaxrs.CxfRsComponent configureCxfRsComponent(org.apache.camel.CamelContext camelContext, CxfRsComponentConfiguration configuration) throws Exception
Exception
Apache Camel