Interface CxfConfigurer

All Known Implementing Classes:
ChainedCxfConfigurer, ChainedCxfConfigurer.NullCxfConfigurer, HostnameVerifierCxfConfigurer, SslCxfConfigurer

public interface CxfConfigurer
A pluggable strategy for configuring the CXF by using java code
  • 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
  • Method Details

    • configure

      void configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean)
      Configure the CXF Server/Client factory bean
      Parameters:
      factoryBean - the factory bean
    • configureClient

      void configureClient(org.apache.cxf.endpoint.Client client)
      Configure the CXF Client such as setting some parameters on the client conduit
      Parameters:
      client - the CXF client
    • configureServer

      void configureServer(org.apache.cxf.endpoint.Server server)
      Configure the CXF Server such as setting some parameters on the server destination
      Parameters:
      server - the CXF server