@Configuration @EnableConfigurationProperties(value=PGPDataFormatConfiguration.class) @Conditional(value=PGPDataFormatAutoConfiguration.Condition.class) public class PGPDataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PGPDataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
PGPDataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.converter.crypto.PGPDataFormat |
configurePGPDataFormat(org.apache.camel.CamelContext camelContext,
PGPDataFormatConfiguration configuration) |
@Bean(name="pgp-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.converter.crypto.PGPDataFormat.class) public org.apache.camel.converter.crypto.PGPDataFormat configurePGPDataFormat(org.apache.camel.CamelContext camelContext, PGPDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel