Class CxfComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.cxf.jaxws.springboot.CxfComponentConfiguration
@ConfigurationProperties(prefix="camel.component.cxf")
public class CxfComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Expose 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!
-
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.spi.HeaderFilterStrategyvoidsetAllowStreaming(Boolean allowStreaming) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetSynchronous(Boolean synchronous) voidsetUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
CxfComponentConfiguration
public CxfComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getSynchronous
-
setSynchronous
-
getAllowStreaming
-
setAllowStreaming
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy() -
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) -
getUseGlobalSslContextParameters
-
setUseGlobalSslContextParameters
-