Package | Description |
---|---|
org.apache.camel.component.cxf |
Defines the CXF Component
|
Modifier and Type | Class and Description |
---|---|
class |
ChainedCxfEndpointConfigurer |
static class |
ChainedCxfEndpointConfigurer.NullCxfEndpointConfigurer |
class |
HostnameVerifierCxfEndpointConfigurer |
class |
SslCxfEndpointConfigurer |
Modifier and Type | Method and Description |
---|---|
static CxfEndpointConfigurer |
HostnameVerifierCxfEndpointConfigurer.create(HostnameVerifier hostnameVerifier) |
static CxfEndpointConfigurer |
SslCxfEndpointConfigurer.create(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters,
org.apache.camel.CamelContext camelContext) |
CxfEndpointConfigurer |
CxfEndpoint.getChainedCxfEndpointConfigurer() |
CxfEndpointConfigurer |
CxfEndpoint.getCxfEndpointConfigurer() |
Modifier and Type | Method and Description |
---|---|
ChainedCxfEndpointConfigurer |
ChainedCxfEndpointConfigurer.addChild(CxfEndpointConfigurer cxfEndpointConfigurer) |
static ChainedCxfEndpointConfigurer |
ChainedCxfEndpointConfigurer.create(CxfEndpointConfigurer parent,
CxfEndpointConfigurer child) |
void |
CxfEndpoint.setCxfEndpointConfigurer(CxfEndpointConfigurer 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