@Configuration @EnableConfigurationProperties(value=MsvComponentConfiguration.class) public class MsvComponentAutoConfiguration extends Object
| 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) |
@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
ExceptionApache Camel