Apache CXF API

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

Packages that use HTTPClientPolicy
org.apache.cxf.transport.http   
org.apache.cxf.transport.http.policy   
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()
          This method retrieves the Client Side Policy set/configured for this HTTPConduit.
 HTTPClientPolicy HTTPConduit.getClient(Message message)
           
 

Methods in org.apache.cxf.transport.http with parameters of type HTTPClientPolicy
 Proxy ProxyFactory.createProxy(HTTPClientPolicy policy, URL currentUrl)
          This method returns the Proxy server should it be set on the Client Side Policy.
 void HTTPConduit.setClient(HTTPClientPolicy client)
          This method sets the Client Side Policy for this HTTPConduit.
 

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

Methods in org.apache.cxf.transport.http.policy that return HTTPClientPolicy
static HTTPClientPolicy PolicyUtils.getClient(Message message, HTTPClientPolicy confPolicy)
          Returns a HTTPClientPolicy that is compatible with the assertions included in the service, endpoint, operation and message policy subjects AND the HTTPClientPolicy passed as a second argument.
static HTTPClientPolicy PolicyUtils.getClient(PolicyEngine pe, EndpointInfo ei, Conduit c)
          Returns a HTTPClientPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions.
static HTTPClientPolicy PolicyUtils.intersect(HTTPClientPolicy p1, HTTPClientPolicy p2)
          Returns a new HTTPClientPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
 

Methods in org.apache.cxf.transport.http.policy that return types with arguments of type HTTPClientPolicy
protected  JaxbAssertion<HTTPClientPolicy> HTTPClientAssertionBuilder.buildAssertion()
           
 

Methods in org.apache.cxf.transport.http.policy with parameters of type HTTPClientPolicy
static void PolicyUtils.assertClientPolicy(Message message, HTTPClientPolicy client)
          Asserts all HTTPClientPolicy assertions that are compatible with the specified client policy.
static boolean PolicyUtils.compatible(HTTPClientPolicy p1, HTTPClientPolicy p2)
          Checks if two HTTPClientPolicy objects are compatible.
static boolean PolicyUtils.equals(HTTPClientPolicy p1, HTTPClientPolicy p2)
          Determines if two HTTPClientPolicy objects are equal.
static HTTPClientPolicy PolicyUtils.getClient(Message message, HTTPClientPolicy confPolicy)
          Returns a HTTPClientPolicy that is compatible with the assertions included in the service, endpoint, operation and message policy subjects AND the HTTPClientPolicy passed as a second argument.
static HTTPClientPolicy PolicyUtils.intersect(HTTPClientPolicy p1, HTTPClientPolicy p2)
          Returns a new HTTPClientPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
static String PolicyUtils.toString(HTTPClientPolicy p)
           
 

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

Methods in org.apache.cxf.transports.http.configuration that return HTTPClientPolicy
 HTTPClientPolicy ObjectFactory.createHTTPClientPolicy()
          Create an instance of HTTPClientPolicy
 

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>}
 


Apache CXF API

Apache CXF