Class SpringWebserviceComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.spring.ws.springboot.SpringWebserviceComponentConfiguration

@ConfigurationProperties(prefix="camel.component.spring-ws") public class SpringWebserviceComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Access external web services as a client or expose your own web services. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • SpringWebserviceComponentConfiguration

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

      public Boolean getUseGlobalSslContextParameters()
    • setUseGlobalSslContextParameters

      public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)