Uses of Class
org.apache.cxf.transport.http.HTTPTransportFactory
-
-
Uses of HTTPTransportFactory in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http with parameters of type HTTPTransportFactory Modifier and Type Method Description HTTPConduitHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) -
Uses of HTTPTransportFactory in org.apache.cxf.transport.http.asyncclient
Methods in org.apache.cxf.transport.http.asyncclient with parameters of type HTTPTransportFactory Modifier and Type Method Description HTTPConduitAsyncHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) -
Uses of HTTPTransportFactory in org.apache.cxf.transport.http.asyncclient.hc5
Methods in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type HTTPTransportFactory Modifier and Type Method Description HTTPConduitAsyncHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) -
Uses of HTTPTransportFactory in org.apache.cxf.transport.http.netty.client
Methods in org.apache.cxf.transport.http.netty.client with parameters of type HTTPTransportFactory Modifier and Type Method Description HTTPConduitNettyHttpConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
-