@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.as2") public class AS2ComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
AS2ComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getBridgeErrorHandler() |
org.apache.camel.component.as2.AS2Configuration |
getConfiguration() |
Boolean |
getLazyStartProducer() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setConfiguration(org.apache.camel.component.as2.AS2Configuration configuration) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public org.apache.camel.component.as2.AS2Configuration getConfiguration()
public void setConfiguration(org.apache.camel.component.as2.AS2Configuration configuration)
Apache Camel