Class 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 Detail

      • AS2ComponentConfiguration

        public AS2ComponentConfiguration()
    • 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)