Class CxfComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.cxf.jaxws.springboot.CxfComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.cxf") public class CxfComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonExpose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description CxfComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowStreaming()BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()org.apache.camel.spi.HeaderFilterStrategygetHeaderFilterStrategy()BooleangetLazyStartProducer()BooleangetUseGlobalSslContextParameters()voidsetAllowStreaming(Boolean allowStreaming)voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
-
-
-
Method Detail
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAllowStreaming
public Boolean getAllowStreaming()
-
setAllowStreaming
public void setAllowStreaming(Boolean allowStreaming)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
-
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
-
getUseGlobalSslContextParameters
public Boolean getUseGlobalSslContextParameters()
-
setUseGlobalSslContextParameters
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
-
-