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

Packages that use GenericCallException
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 GenericCallException in org.xins.client
 

Methods in org.xins.client that throw GenericCallException
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 GenericCallException in org.xins.common.http
 

Methods in org.xins.common.http that throw GenericCallException
 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.
 

Uses of GenericCallException in org.xins.common.service
 

Subclasses of GenericCallException in org.xins.common.service
 class ConnectionCallException
          Exception that indicates that a connection to a service could not be established.
 class ConnectionRefusedCallException
          Exception that indicates that a connection to a service could not be established since it was refused.
 class ConnectionTimeOutCallException
          Exception that indicates that a connection to a service could not be established due to a connection time-out.
 class IOCallException
          Exception that indicates that an I/O error interrupted a service call.
 class NoRouteToHostCallException
          Exception that indicates that a connection to a service could not be established because no network route could be found to the host.
 class SocketTimeOutCallException
          Exception that indicates that data was not received on a socket within a designated time-out period.
 class TotalTimeOutCallException
          Exception that indicates the total time-out for a request was reached, so the request was aborted.
 class UnexpectedExceptionCallException
          Exception that indicates an unexpected exception was caught while performing a call.
 class UnknownHostCallException
          Exception that indicates that a connection to a service could not be established since the indicated host is unknown.
 



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