public final class SslCxfEndpointConfigurer extends AbstractSslEndpointConfigurer implements CxfEndpointConfigurer
camelContext, sslContextParameters| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean)
Configure the CXF Server/Client factory bean
|
void |
configureClient(org.apache.cxf.endpoint.Client client)
Configure the CXF Client such as setting some parameters on the client conduit
|
void |
configureServer(org.apache.cxf.endpoint.Server server)
Configure the CXF Server such as setting some parameters on the server destination
|
static CxfEndpointConfigurer |
create(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters,
org.apache.camel.CamelContext camelContext) |
setupHttpConduittryToGetTLSClientParametersFromConduitpublic static CxfEndpointConfigurer create(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters, org.apache.camel.CamelContext camelContext)
public void configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean)
CxfEndpointConfigurerconfigure in interface CxfEndpointConfigurerpublic void configureClient(org.apache.cxf.endpoint.Client client)
CxfEndpointConfigurerconfigureClient in interface CxfEndpointConfigurerclient - the CXF clientpublic void configureServer(org.apache.cxf.endpoint.Server server)
CxfEndpointConfigurerconfigureServer in interface CxfEndpointConfigurerserver - the CXF serverApache Camel