Class AS2ComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.as2.springboot.AS2ComponentConfiguration
@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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.as2.AS2ConfigurationvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetConfiguration(org.apache.camel.component.as2.AS2Configuration configuration) voidsetLazyStartProducer(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
AS2ComponentConfiguration
public AS2ComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getConfiguration
public org.apache.camel.component.as2.AS2Configuration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.as2.AS2Configuration configuration)
-