Class AS2ComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.as2.springboot.AS2ComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.as2") public class AS2ComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Transfer data securely and reliably using the AS2 protocol (RFC4130). Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description AS2ComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()org.apache.camel.component.as2.AS2ConfigurationgetConfiguration()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetConfiguration(org.apache.camel.component.as2.AS2Configuration configuration)voidsetLazyStartProducer(Boolean lazyStartProducer)
-
-
-
Method Detail
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getConfiguration
public org.apache.camel.component.as2.AS2Configuration getConfiguration()
-
setConfiguration
public void setConfiguration(org.apache.camel.component.as2.AS2Configuration configuration)
-
-