| Package | Description |
|---|---|
| org.apache.camel.component.cxf.jaxrs |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedCxfRsConfigurer |
static class |
ChainedCxfRsConfigurer.NullCxfRsConfigurer |
class |
HostnameVerifierCxfRsConfigurer |
class |
SslCxfRsConfigurer |
| Modifier and Type | Method and Description |
|---|---|
static CxfRsConfigurer |
HostnameVerifierCxfRsConfigurer.create(HostnameVerifier hostnameVerifier) |
static CxfRsConfigurer |
SslCxfRsConfigurer.create(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters,
org.apache.camel.CamelContext camelContext) |
CxfRsConfigurer |
CxfRsEndpoint.getChainedCxfRsEndpointConfigurer() |
CxfRsConfigurer |
CxfRsEndpoint.getCxfRsConfigurer() |
protected CxfRsConfigurer |
CxfRsEndpoint.getNullSafeCxfRsEndpointConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
ChainedCxfRsConfigurer |
ChainedCxfRsConfigurer.addChild(CxfRsConfigurer cxfEndpointConfigurer) |
static ChainedCxfRsConfigurer |
ChainedCxfRsConfigurer.create(CxfRsConfigurer parent,
CxfRsConfigurer child) |
void |
CxfRsEndpoint.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.
|
Apache Camel