Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request)
Executes the specified XINS call request towards one of the associated
targets.
|
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request,
XINSCallConfig callConfig)
Executes the specified XINS call request towards one of the associated
targets.
|
protected XINSCallResult |
AbstractCAPI.callImpl(AbstractCAPICallRequest request)
Executes the specified call request.
|
Object |
XINSServiceCaller.doCallImpl(CallRequest request,
CallConfig callConfig,
TargetDescriptor target)
Executes the specified request on the given target.
|
Modifier and Type | Method and Description |
---|---|
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request)
Performs the specified request towards the HTTP service.
|
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request,
HTTPCallConfig callConfig)
Performs the specified request towards the HTTP service.
|
Modifier and Type | Class and Description |
---|---|
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/.