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!
  • Constructor Details

    • AS2ComponentConfiguration

      public AS2ComponentConfiguration()
  • Method Details

    • 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)