@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") public class SchematronComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchematronComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
SchematronComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.schematron.SchematronComponent |
configureSchematronComponent(org.apache.camel.CamelContext camelContext) |
public SchematronComponentAutoConfiguration()
@Lazy
@Bean(name="schematron-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.schematron.SchematronComponent.class)
public org.apache.camel.component.schematron.SchematronComponent configureSchematronComponent(org.apache.camel.CamelContext camelContext)
throws Exception
ExceptionApache Camel