Class CxfRsComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.cxfrs") public class CxfRsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description CxfRsComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAutowiredEnabled()
Boolean
getBridgeErrorHandler()
org.apache.camel.spi.HeaderFilterStrategy
getHeaderFilterStrategy()
Boolean
getLazyStartProducer()
Boolean
getUseGlobalSslContextParameters()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setBridgeErrorHandler(Boolean bridgeErrorHandler)
void
setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
void
setLazyStartProducer(Boolean lazyStartProducer)
void
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
-
-
-
Method Detail
-
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)
-
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)
-
-