@Configuration @EnableConfigurationProperties(value=PhpLanguageConfiguration.class) @Conditional(value=PhpLanguageAutoConfiguration.Condition.class) public class PhpLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PhpLanguageAutoConfiguration.Condition |
Constructor and Description |
---|
PhpLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.builder.script.PhpLanguage |
configurePhpLanguage(org.apache.camel.CamelContext camelContext,
PhpLanguageConfiguration configuration) |
@Bean(name="php-language") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.builder.script.PhpLanguage.class) public org.apache.camel.builder.script.PhpLanguage configurePhpLanguage(org.apache.camel.CamelContext camelContext, PhpLanguageConfiguration configuration) throws Exception
Exception
Apache Camel