Uses of Interface
org.apache.camel.component.cxf.jaxrs.CxfRsConfigurer
-
Packages that use CxfRsConfigurer Package Description org.apache.camel.component.cxf.jaxrs -
-
Uses of CxfRsConfigurer in org.apache.camel.component.cxf.jaxrs
Classes in org.apache.camel.component.cxf.jaxrs that implement CxfRsConfigurer Modifier and Type Class Description classChainedCxfRsConfigurerstatic classChainedCxfRsConfigurer.NullCxfRsConfigurerclassHostnameVerifierCxfRsConfigurerclassSslCxfRsConfigurerMethods in org.apache.camel.component.cxf.jaxrs that return CxfRsConfigurer Modifier and Type Method Description static CxfRsConfigurerHostnameVerifierCxfRsConfigurer. create(HostnameVerifier hostnameVerifier)static CxfRsConfigurerSslCxfRsConfigurer. create(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters, org.apache.camel.CamelContext camelContext)CxfRsConfigurerCxfRsEndpoint. getChainedCxfRsEndpointConfigurer()CxfRsConfigurerCxfRsEndpoint. getCxfRsConfigurer()protected CxfRsConfigurerCxfRsEndpoint. getNullSafeCxfRsEndpointConfigurer()Methods in org.apache.camel.component.cxf.jaxrs with parameters of type CxfRsConfigurer Modifier and Type Method Description ChainedCxfRsConfigurerChainedCxfRsConfigurer. addChild(CxfRsConfigurer cxfEndpointConfigurer)static ChainedCxfRsConfigurerChainedCxfRsConfigurer. create(CxfRsConfigurer parent, CxfRsConfigurer child)voidCxfRsEndpoint. setCxfRsConfigurer(CxfRsConfigurer configurer)This option could apply the implementation of org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer which supports to configure the CXF endpoint in programmatic way.
-