@Configuration @EnableConfigurationProperties(value=ScpComponentConfiguration.class) public class ScpComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScpComponentAutoConfiguration.Condition |
Constructor and Description |
---|
ScpComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.scp.ScpComponent |
configureScpComponent(org.apache.camel.CamelContext camelContext,
ScpComponentConfiguration configuration) |
@Lazy @Bean(name="scp-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.scp.ScpComponent.class) public org.apache.camel.component.scp.ScpComponent configureScpComponent(org.apache.camel.CamelContext camelContext, ScpComponentConfiguration configuration) throws Exception
Exception
Apache Camel