@Configuration @EnableConfigurationProperties(value=XsltComponentConfiguration.class) public class XsltComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
XsltComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
XsltComponent |
configureXsltComponent(CamelContext camelContext,
XsltComponentConfiguration configuration) |
@Bean(name="xslt-component") @ConditionalOnClass(value=CamelContext.class) @ConditionalOnMissingBean(value=XsltComponent.class) public XsltComponent configureXsltComponent(CamelContext camelContext, XsltComponentConfiguration configuration) throws Exception
ExceptionApache Camel