Uses of Class
org.xins.common.service.CallResult

Packages that use CallResult
org.xins.client XINS client framework. 
org.xins.common.http HTTP-related utility classes. 
org.xins.common.service Service calling classes, supporting load-balancing and failover. 
 

Uses of CallResult in org.xins.client
 

Subclasses of CallResult in org.xins.client
 class XINSCallResult
          Successful result of a call to a XINS service.
 

Methods in org.xins.client that return CallResult
protected  CallResult XINSServiceCaller.createCallResult(CallRequest request, TargetDescriptor succeededTarget, long duration, CallExceptionList exceptions, Object result)
          Constructs an appropriate CallResult object for a successful call attempt.
 

Uses of CallResult in org.xins.common.http
 

Subclasses of CallResult in org.xins.common.http
 class HTTPCallResult
          Result returned from an HTTP request.
 

Methods in org.xins.common.http that return CallResult
protected  CallResult HTTPServiceCaller.createCallResult(CallRequest request, TargetDescriptor succeededTarget, long duration, CallExceptionList exceptions, Object result)
          Constructs an appropriate CallResult object for a successful call attempt.
 

Uses of CallResult in org.xins.common.service
 

Methods in org.xins.common.service that return CallResult
protected  CallResult ServiceCaller.doCall(CallRequest request, CallConfig callConfig)
          Attempts to execute the specified call request on one of the target services, with the specified call configuration.
protected abstract  CallResult ServiceCaller.createCallResult(CallRequest request, TargetDescriptor succeededTarget, long duration, CallExceptionList exceptions, Object result)
          Constructs an appropriate CallResult object for a successful call attempt.
 



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