@Configuration @EnableConfigurationProperties(value=MsvComponentConfiguration.class) @Conditional(value=MsvComponentAutoConfiguration.Condition.class) public class MsvComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MsvComponentAutoConfiguration.Condition |
Constructor and Description |
---|
MsvComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.validator.msv.MsvComponent |
configureMsvComponent(org.apache.camel.CamelContext camelContext,
MsvComponentConfiguration configuration) |
@Lazy @Bean(name="msv-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.validator.msv.MsvComponent.class) public org.apache.camel.component.validator.msv.MsvComponent configureMsvComponent(org.apache.camel.CamelContext camelContext, MsvComponentConfiguration configuration) throws Exception
Exception
Apache Camel