Package io.quarkiverse.cxf
Class HttpClientHTTPConduitFactory
- java.lang.Object
-
- io.quarkiverse.cxf.HttpClientHTTPConduitFactory
-
- All Implemented Interfaces:
org.apache.cxf.transport.http.HTTPConduitFactory
public class HttpClientHTTPConduitFactory extends Object implements org.apache.cxf.transport.http.HTTPConduitFactory
-
-
Constructor Summary
Constructors Constructor Description HttpClientHTTPConduitFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.transport.http.HTTPConduitcreateConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
-
-
-
Method Detail
-
createConduit
public org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException- Specified by:
createConduitin interfaceorg.apache.cxf.transport.http.HTTPConduitFactory- Throws:
IOException
-
-