@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.as2") public class AS2ComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Modifier and Type | Class and Description |
|---|---|
static class |
AS2ComponentConfiguration.AS2ConfigurationNestedConfiguration |
| Constructor and Description |
|---|
AS2ComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AS2ComponentConfiguration.AS2ConfigurationNestedConfiguration |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConfiguration(AS2ComponentConfiguration.AS2ConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public AS2ComponentConfiguration.AS2ConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(AS2ComponentConfiguration.AS2ConfigurationNestedConfiguration configuration)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel