org.apache.cxf.transport.http
Interface HTTPConduitFactory


public interface HTTPConduitFactory

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


Method Summary
 HTTPConduit createConduit(HTTPTransportFactory f, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
           
 

Method Detail

createConduit

HTTPConduit createConduit(HTTPTransportFactory f,
                          org.apache.cxf.service.model.EndpointInfo localInfo,
                          org.apache.cxf.ws.addressing.EndpointReferenceType target)
                          throws IOException
Throws:
IOException


Apache CXF