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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the environment variable defining the conduit type to use for QuarkusCXFDefault.
  • Constructor Summary

    Constructors
    Constructor
    Description
    QuarkusHTTPConduitFactory(HttpClientPool httpClientPool, CxfFixedConfig cxFixedConfig, CXFClientInfo cxfClientInfo, org.apache.cxf.transport.http.HTTPConduitFactory busHTTPConduitFactory, org.apache.cxf.configuration.security.AuthorizationPolicy authorizationPolicy)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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(HttpClientPool httpClientPool, CxfFixedConfig cxFixedConfig, CXFClientInfo cxfClientInfo, org.apache.cxf.transport.http.HTTPConduitFactory busHTTPConduitFactory, org.apache.cxf.configuration.security.AuthorizationPolicy authorizationPolicy)
  • 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