@Configuration @EnableConfigurationProperties(value=Mina2ComponentConfiguration.class) @Conditional(value=Mina2ComponentAutoConfiguration.Condition.class) public class Mina2ComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Mina2ComponentAutoConfiguration.Condition |
Constructor and Description |
---|
Mina2ComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.mina2.Mina2Component |
configureMina2Component(org.apache.camel.CamelContext camelContext,
Mina2ComponentConfiguration configuration) |
@Lazy @Bean(name="mina2-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.mina2.Mina2Component.class) public org.apache.camel.component.mina2.Mina2Component configureMina2Component(org.apache.camel.CamelContext camelContext, Mina2ComponentConfiguration configuration) throws Exception
Exception
Apache Camel