public final class SslCxfRsEndpointConfigurer extends AbstractSslEndpointConfigurer implements CxfRsEndpointConfigurer
camelContext, sslContextParameters
Modifier and Type | Method and Description |
---|---|
void |
configure(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean factoryBean)
Configure the CXF-RS Server/Client factory bean
|
void |
configureClient(org.apache.cxf.jaxrs.client.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 CxfRsEndpointConfigurer |
create(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters,
org.apache.camel.CamelContext camelContext) |
setupHttpConduit
tryToGetTLSClientParametersFromConduit
public static CxfRsEndpointConfigurer create(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters, org.apache.camel.CamelContext camelContext)
public void configure(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean factoryBean)
CxfRsEndpointConfigurer
configure
in interface CxfRsEndpointConfigurer
public void configureClient(org.apache.cxf.jaxrs.client.Client client)
CxfRsEndpointConfigurer
configureClient
in interface CxfRsEndpointConfigurer
client
- the CXF clientpublic void configureServer(org.apache.cxf.endpoint.Server server)
CxfRsEndpointConfigurer
configureServer
in interface CxfRsEndpointConfigurer
server
- the CXF serverApache Camel