Class QuarkusHTTPConduitFactory

java.lang.Object
io.quarkiverse.cxf.QuarkusHTTPConduitFactory
All Implemented Interfaces:
org.apache.cxf.transport.http.HTTPConduitFactory

public class QuarkusHTTPConduitFactory extends Object implements org.apache.cxf.transport.http.HTTPConduitFactory
A HTTPConduitFactory with some client specific configuration, such as timeouts and SSL.
Since:
3.8.1
  • Field Details

    • QUARKUS_CXF_DEFAULT_HTTP_CONDUIT_FACTORY

      public static final String QUARKUS_CXF_DEFAULT_HTTP_CONDUIT_FACTORY
      The name of the environment variable defining the conduit type to use for QuarkusCXFDefault. This is only for testing while VertxHttpClientHTTPConduitFactory is not stable.
      See Also:
  • Constructor Details

    • QuarkusHTTPConduitFactory

      public QuarkusHTTPConduitFactory(CxfFixedConfig cxFixedConfig, CXFClientInfo cxfClientInfo, HTTPConduitSpec busHTTPConduitImpl, org.apache.cxf.configuration.security.AuthorizationPolicy authorizationPolicy, io.vertx.core.Vertx vertx, HttpClientPool httpClientPool)
  • Method Details

    • createConduit

      public org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException
      Specified by:
      createConduit in interface org.apache.cxf.transport.http.HTTPConduitFactory
      Throws:
      IOException