@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.cxfrs") public class CxfRsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
CxfRsComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBasicPropertyBinding() |
Boolean |
getBridgeErrorHandler() |
String |
getHeaderFilterStrategy() |
Boolean |
getLazyStartProducer() |
Boolean |
getUseGlobalSslContextParameters() |
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 getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public String getHeaderFilterStrategy()
public void setHeaderFilterStrategy(String headerFilterStrategy)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
Apache Camel