Uses of Class
org.apache.cxf.transports.http.configuration.HTTPClientPolicy

Packages that use HTTPClientPolicy
org.apache.cxf.transport.http   
org.apache.cxf.transports.http.configuration   
 

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

Methods in org.apache.cxf.transport.http that return HTTPClientPolicy
 HTTPClientPolicy HTTPConduit.getClient()
           
 

Methods in org.apache.cxf.transport.http with parameters of type HTTPClientPolicy
 void HTTPConduit.setClient(HTTPClientPolicy client)
           
 

Uses of HTTPClientPolicy in org.apache.cxf.transports.http.configuration
 

Fields in org.apache.cxf.transports.http.configuration declared as HTTPClientPolicy
protected  HTTPClientPolicy Conduit.client
           
 

Methods in org.apache.cxf.transports.http.configuration that return HTTPClientPolicy
 HTTPClientPolicy ObjectFactory.createHTTPClientPolicy()
          Create an instance of HTTPClientPolicy
 HTTPClientPolicy Conduit.getClient()
          Gets the value of the client property.
 

Methods in org.apache.cxf.transports.http.configuration that return types with arguments of type HTTPClientPolicy
 javax.xml.bind.JAXBElement<HTTPClientPolicy> ObjectFactory.createClient(HTTPClientPolicy value)
          Create an instance of JAXBElement<HTTPClientPolicy>}
 

Methods in org.apache.cxf.transports.http.configuration with parameters of type HTTPClientPolicy
 javax.xml.bind.JAXBElement<HTTPClientPolicy> ObjectFactory.createClient(HTTPClientPolicy value)
          Create an instance of JAXBElement<HTTPClientPolicy>}
 void Conduit.setClient(HTTPClientPolicy value)
          Sets the value of the client property.
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.