Class HostnameVerifierCxfConfigurer

java.lang.Object
org.apache.camel.component.cxf.common.AbstractTLSClientParameterConfigurer
org.apache.camel.component.cxf.common.AbstractHostnameVerifierEndpointConfigurer
org.apache.camel.component.cxf.jaxws.HostnameVerifierCxfConfigurer
All Implemented Interfaces:
CxfConfigurer

public final class HostnameVerifierCxfConfigurer extends org.apache.camel.component.cxf.common.AbstractHostnameVerifierEndpointConfigurer implements CxfConfigurer
  • Field Summary

    Fields inherited from class org.apache.camel.component.cxf.common.AbstractHostnameVerifierEndpointConfigurer

    hostnameVerifier
  • Method Summary

    Modifier and Type
    Method
    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
    create(HostnameVerifier hostnameVerifier)
     

    Methods inherited from class org.apache.camel.component.cxf.common.AbstractHostnameVerifierEndpointConfigurer

    setupHttpConduit

    Methods inherited from class org.apache.camel.component.cxf.common.AbstractTLSClientParameterConfigurer

    tryToGetTLSClientParametersFromConduit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static CxfConfigurer create(HostnameVerifier hostnameVerifier)
    • configure

      public void configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean)
      Description copied from interface: CxfConfigurer
      Configure the CXF Server/Client factory bean
      Specified by:
      configure in interface CxfConfigurer
      Parameters:
      factoryBean - the factory bean
    • configureClient

      public void configureClient(org.apache.cxf.endpoint.Client client)
      Description copied from interface: CxfConfigurer
      Configure the CXF Client such as setting some parameters on the client conduit
      Specified by:
      configureClient in interface CxfConfigurer
      Parameters:
      client - the CXF client
    • configureServer

      public void configureServer(org.apache.cxf.endpoint.Server server)
      Description copied from interface: CxfConfigurer
      Configure the CXF Server such as setting some parameters on the server destination
      Specified by:
      configureServer in interface CxfConfigurer
      Parameters:
      server - the CXF server