Package | Description |
---|---|
org.apache.camel.component.cxf.jaxrs |
Modifier and Type | Class and Description |
---|---|
class |
ChainedCxfRsEndpointConfigurer |
static class |
ChainedCxfRsEndpointConfigurer.NullCxfRsEndpointConfigurer |
class |
HostnameVerifierCxfRsEndpointConfigurer |
class |
SslCxfRsEndpointConfigurer |
Modifier and Type | Method and Description |
---|---|
static CxfRsEndpointConfigurer |
HostnameVerifierCxfRsEndpointConfigurer.create(HostnameVerifier hostnameVerifier) |
static CxfRsEndpointConfigurer |
SslCxfRsEndpointConfigurer.create(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters,
org.apache.camel.CamelContext camelContext) |
CxfRsEndpointConfigurer |
CxfRsEndpoint.getChainedCxfRsEndpointConfigurer() |
CxfRsEndpointConfigurer |
CxfRsEndpoint.getCxfRsEndpointConfigurer() |
protected CxfRsEndpointConfigurer |
CxfRsEndpoint.getNullSafeCxfRsEndpointConfigurer() |
Modifier and Type | Method and Description |
---|---|
ChainedCxfRsEndpointConfigurer |
ChainedCxfRsEndpointConfigurer.addChild(CxfRsEndpointConfigurer cxfEndpointConfigurer) |
static ChainedCxfRsEndpointConfigurer |
ChainedCxfRsEndpointConfigurer.create(CxfRsEndpointConfigurer parent,
CxfRsEndpointConfigurer child) |
void |
CxfRsEndpoint.setCxfRsEndpointConfigurer(CxfRsEndpointConfigurer 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