Apache CXF API

org.apache.cxf.transport.http
Interface HTTPConduitFactory

All Known Implementing Classes:
AsyncHTTPConduitFactory, NettyHttpConduitFactory

public interface HTTPConduitFactory

Factory to actually create the HTTPConduit that will be used for the exchange


Method Summary
 HTTPConduit createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, EndpointReferenceType target)
           
 

Method Detail

createConduit

HTTPConduit createConduit(HTTPTransportFactory f,
                          Bus b,
                          EndpointInfo localInfo,
                          EndpointReferenceType target)
                          throws IOException
Throws:
IOException

Apache CXF API

Apache CXF