| Package | Description |
|---|---|
| org.apache.camel.component.cxf |
Defines the CXF Component
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedCxfConfigurer |
static class |
ChainedCxfConfigurer.NullCxfConfigurer |
class |
HostnameVerifierCxfConfigurer |
class |
SslCxfConfigurer |
| Modifier and Type | Method and Description |
|---|---|
static CxfConfigurer |
HostnameVerifierCxfConfigurer.create(HostnameVerifier hostnameVerifier) |
static CxfConfigurer |
SslCxfConfigurer.create(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters,
org.apache.camel.CamelContext camelContext) |
CxfConfigurer |
CxfEndpoint.getChainedCxfConfigurer() |
CxfConfigurer |
CxfEndpoint.getCxfConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
ChainedCxfConfigurer |
ChainedCxfConfigurer.addChild(CxfConfigurer cxfConfigurer) |
static ChainedCxfConfigurer |
ChainedCxfConfigurer.create(CxfConfigurer parent,
CxfConfigurer child) |
void |
CxfEndpoint.setCxfConfigurer(CxfConfigurer configurer)
This option could apply the implementation of org.apache.camel.component.cxf.CxfEndpointConfigurer which supports
to configure the CXF endpoint in programmatic way.
|
Apache Camel