Uses of Interface
org.apache.cxf.transport.http.URLConnectionFactory

Packages that use URLConnectionFactory
org.apache.cxf.transport.http   
org.apache.cxf.transport.https   
 

Uses of URLConnectionFactory in org.apache.cxf.transport.http
 

Methods in org.apache.cxf.transport.http that return URLConnectionFactory
protected static URLConnectionFactory HTTPTransportFactory.getConnectionFactory(org.apache.cxf.configuration.security.SSLClientPolicy policy)
           
 

Constructors in org.apache.cxf.transport.http with parameters of type URLConnectionFactory
HTTPConduit(org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, URLConnectionFactory factory, ServerEngine eng)
          Constructor, allowing subsititution of connnection factory and decoupled engine.
 

Uses of URLConnectionFactory in org.apache.cxf.transport.https
 

Classes in org.apache.cxf.transport.https that implement URLConnectionFactory
 class HttpsURLConnectionFactory
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.