@Configuration @EnableConfigurationProperties(value=HL7DataFormatConfiguration.class) @Conditional(value=HL7DataFormatAutoConfiguration.Condition.class) public class HL7DataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HL7DataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
HL7DataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.hl7.HL7DataFormat |
configureHL7DataFormat(org.apache.camel.CamelContext camelContext,
HL7DataFormatConfiguration configuration) |
@Bean(name="hl7-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.hl7.HL7DataFormat.class) public org.apache.camel.component.hl7.HL7DataFormat configureHL7DataFormat(org.apache.camel.CamelContext camelContext, HL7DataFormatConfiguration configuration) throws Exception
Exception
Apache Camel