@Configuration @EnableConfigurationProperties(value=WsComponentConfiguration.class) @Conditional(value=WsComponentAutoConfiguration.Condition.class) public class WsComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WsComponentAutoConfiguration.Condition |
Constructor and Description |
---|
WsComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.ahc.ws.WsComponent |
configureWsComponent(org.apache.camel.CamelContext camelContext,
WsComponentConfiguration configuration) |
@Lazy @Bean(name={"ahc-ws-component","ahc-wss-component"}) @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.ahc.ws.WsComponent.class) public org.apache.camel.component.ahc.ws.WsComponent configureWsComponent(org.apache.camel.CamelContext camelContext, WsComponentConfiguration configuration) throws Exception
Exception
Apache Camel