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