Class VertxHttpClientHTTPConduitFactory
java.lang.Object
io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduitFactory
- All Implemented Interfaces:
org.apache.cxf.transport.http.HTTPConduitFactory
public class VertxHttpClientHTTPConduitFactory
extends Object
implements org.apache.cxf.transport.http.HTTPConduitFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.http.HTTPConduitcreateConduit(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)
-
Constructor Details
-
VertxHttpClientHTTPConduitFactory
public VertxHttpClientHTTPConduitFactory()
-
-
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:
createConduitin interfaceorg.apache.cxf.transport.http.HTTPConduitFactory- Throws:
IOException
-