@Configuration @EnableConfigurationProperties(value=SoapJaxbDataFormatConfiguration.class) @Conditional(value=SoapJaxbDataFormatAutoConfiguration.Condition.class) public class SoapJaxbDataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SoapJaxbDataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
SoapJaxbDataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.dataformat.soap.SoapJaxbDataFormat |
configureSoapJaxbDataFormat(org.apache.camel.CamelContext camelContext,
SoapJaxbDataFormatConfiguration configuration) |
@Bean(name="soapjaxb-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.dataformat.soap.SoapJaxbDataFormat.class) public org.apache.camel.dataformat.soap.SoapJaxbDataFormat configureSoapJaxbDataFormat(org.apache.camel.CamelContext camelContext, SoapJaxbDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel