Class SslCxfConfigurer
java.lang.Object
org.apache.camel.component.cxf.common.AbstractTLSClientParameterConfigurer
org.apache.camel.component.cxf.common.AbstractSslEndpointConfigurer
org.apache.camel.component.cxf.jaxws.SslCxfConfigurer
- All Implemented Interfaces:
CxfConfigurer
public final class SslCxfConfigurer
extends org.apache.camel.component.cxf.common.AbstractSslEndpointConfigurer
implements CxfConfigurer
-
Field Summary
Fields inherited from class org.apache.camel.component.cxf.common.AbstractSslEndpointConfigurer
sslSocketFactory -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean) Configure the CXF Server/Client factory beanvoidconfigureClient(org.apache.cxf.endpoint.Client client) Configure the CXF Client such as setting some parameters on the client conduitvoidconfigureServer(org.apache.cxf.endpoint.Server server) Configure the CXF Server such as setting some parameters on the server destinationstatic CxfConfigurercreate(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters, org.apache.camel.CamelContext camelContext) Methods inherited from class org.apache.camel.component.cxf.common.AbstractSslEndpointConfigurer
setupHttpConduitMethods inherited from class org.apache.camel.component.cxf.common.AbstractTLSClientParameterConfigurer
tryToGetTLSClientParametersFromConduit
-
Method Details
-
create
public static CxfConfigurer create(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters, org.apache.camel.CamelContext camelContext) -
configure
public void configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean) Description copied from interface:CxfConfigurerConfigure the CXF Server/Client factory bean- Specified by:
configurein interfaceCxfConfigurer- Parameters:
factoryBean- the factory bean
-
configureClient
public void configureClient(org.apache.cxf.endpoint.Client client) Description copied from interface:CxfConfigurerConfigure the CXF Client such as setting some parameters on the client conduit- Specified by:
configureClientin interfaceCxfConfigurer- Parameters:
client- the CXF client
-
configureServer
public void configureServer(org.apache.cxf.endpoint.Server server) Description copied from interface:CxfConfigurerConfigure the CXF Server such as setting some parameters on the server destination- Specified by:
configureServerin interfaceCxfConfigurer- Parameters:
server- the CXF server
-