@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.cxf") public class CxfComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
CxfComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowStreaming() |
Boolean |
getBasicPropertyBinding() |
Boolean |
getBridgeErrorHandler() |
String |
getHeaderFilterStrategy() |
Boolean |
getLazyStartProducer() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setAllowStreaming(Boolean allowStreaming) |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setHeaderFilterStrategy(String headerFilterStrategy) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAllowStreaming()
public void setAllowStreaming(Boolean allowStreaming)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public String getHeaderFilterStrategy()
public void setHeaderFilterStrategy(String headerFilterStrategy)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
Apache Camel