Uses of Class
org.xins.common.http.HTTPCallConfig

Packages that use HTTPCallConfig
org.xins.common.http HTTP-related utility classes. 
 

Uses of HTTPCallConfig in org.xins.common.http
 

Methods in org.xins.common.http that return HTTPCallConfig
 HTTPCallConfig HTTPCallRequest.getHTTPCallConfig()
          Returns the HTTP call configuration.
 HTTPCallConfig HTTPServiceCaller.getHTTPCallConfig()
          Returns the HTTPCallConfig associated with this service caller.
 

Methods in org.xins.common.http with parameters of type HTTPCallConfig
 void HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig callConfig)
          Sets the associated HTTP call configuration.
protected  void HTTPServiceCaller.setHTTPCallConfig(HTTPCallConfig config)
          Sets the HTTPCallConfig associated with this HTTP service caller.
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request, HTTPCallConfig callConfig)
          Performs the specified request towards the HTTP service.
 

Constructors in org.xins.common.http with parameters of type HTTPCallConfig
HTTPServiceCaller(Descriptor descriptor, HTTPCallConfig callConfig)
          Constructs a new HTTPServiceCaller object with the specified descriptor and call configuration.
 



See http://www.xins.org/.