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

Packages that use HTTPCallException
org.xins.client XINS client framework. 
org.xins.common.http HTTP-related utility classes. 
 

Uses of HTTPCallException in org.xins.client
 

Methods in org.xins.client that throw HTTPCallException
protected  XINSCallResult AbstractCAPI.callImpl(AbstractCAPICallRequest request)
          Executes the specified call request.
 XINSCallResult XINSServiceCaller.call(XINSCallRequest request, XINSCallConfig callConfig)
          Executes the specified XINS call request towards one of the associated targets.
 XINSCallResult XINSServiceCaller.call(XINSCallRequest request)
          Executes the specified XINS call request towards one of the associated targets.
 Object XINSServiceCaller.doCallImpl(CallRequest request, CallConfig callConfig, TargetDescriptor target)
          Executes the specified request on the given target.
 

Uses of HTTPCallException in org.xins.common.http
 

Subclasses of HTTPCallException in org.xins.common.http
 class StatusCodeHTTPCallException
          Exception that indicates that an HTTP call failed because the returned HTTP status code was considered invalid.
 

Methods in org.xins.common.http that throw HTTPCallException
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request, HTTPCallConfig callConfig)
          Performs the specified request towards the HTTP service.
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request)
          Performs the specified request towards the HTTP service.
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request, HTTPCallConfig callConfig, TargetDescriptor target)
          Deprecated. Deprecated since XINS 1.1.0, since this method is expected to be removed. Please do not use it directly.
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request, TargetDescriptor target)
          Deprecated. Deprecated since XINS 1.0.0, since this method is expected to be removed. Please do not use it directly.
 



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