@Configuration @EnableConfigurationProperties(value=HttpComponentConfiguration.class) public class HttpComponentAutoConfiguration extends Object
Constructor and Description |
---|
HttpComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.http4.HttpComponent |
configureHttpComponent(org.apache.camel.CamelContext camelContext,
HttpComponentConfiguration configuration) |
@Bean(name="http4-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.http4.HttpComponent.class) public org.apache.camel.component.http4.HttpComponent configureHttpComponent(org.apache.camel.CamelContext camelContext, HttpComponentConfiguration configuration) throws Exception
Exception
Apache Camel