Package org.apache.cxf.transport.http
Interface HTTPConduitFactory
-
- All Known Implementing Classes:
AsyncHTTPConduitFactory,AsyncHTTPConduitFactory,NettyHttpConduitFactory
public interface HTTPConduitFactoryFactory to actually create the HTTPConduit that will be used for the exchange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTPConduitcreateConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
-
-
-
Method Detail
-
createConduit
HTTPConduit createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException
- Throws:
IOException
-
-