@Configuration @EnableConfigurationProperties(value=XmlBeansDataFormatConfiguration.class) public class XmlBeansDataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XmlBeansDataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
XmlBeansDataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.converter.xmlbeans.XmlBeansDataFormat |
configureXmlBeansDataFormat(org.apache.camel.CamelContext camelContext,
XmlBeansDataFormatConfiguration configuration) |
@Bean(name="xmlBeans-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.converter.xmlbeans.XmlBeansDataFormat.class) public org.apache.camel.converter.xmlbeans.XmlBeansDataFormat configureXmlBeansDataFormat(org.apache.camel.CamelContext camelContext, XmlBeansDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel