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