Interface | Description |
---|---|
XINSCallResultData |
Data part of a XINS call result.
|
Class | Description |
---|---|
AbstractCAPI |
Base class for generated Client-side Application Programming Interface
(CAPI) classes.
|
AbstractCAPICallRequest |
Base class for generated CAPI function request classes.
|
AbstractCAPICallResult |
Base class for generated CAPI function result classes.
|
Library |
Class that represents the XINS/Java Client Framework library.
|
Log |
Logger for the org.xins.client domain.
|
TranslationBundle |
Translation bundle for log messages.
|
TranslationBundle_en_US |
Translation bundle for the en_US locale.
|
TranslationBundle_fr_FR |
Translation bundle for the fr_FR locale.
|
XINSCallConfig |
Call configuration for the XINS service caller.
|
XINSCallRequest |
Abstraction of a XINS request.
|
XINSCallResult |
Successful result of a call to a XINS service.
|
XINSCallResultParser |
XINS call result parser.
|
XINSServiceCaller |
XINS service caller.
|
Exception | Description |
---|---|
AbstractCAPIErrorCodeException |
Abstract base class for generated CAPI exceptions that map to an
API-specific error code.
|
DisabledFunctionException |
Exception thrown to indicate that the called function has been disabled
at the server-side.
|
InternalErrorException |
Exception thrown to indicate a standard error code was received that
indicates a server-side internal error.
|
InvalidRequestException |
Exception thrown to indicate a standard error code was received that
indicates the request from the client-side is considered invalid by the
server-side.
|
InvalidResultXINSCallException |
Exception thrown to indicate that the result from a XINS API call was
invalid according to the XINS rules for a XINS call result.
|
NotModifiedException | |
StandardErrorCodeException |
Abstract base class for exceptions that indicate that a standard error code
was returned from the server-side.
|
UnacceptableErrorCodeXINSCallException |
Exception that indicates an error code was received from the server-side
that is not expected at the client-side.
|
UnacceptableMessageException |
Exception that indicates that a request for an API call is considered
unacceptable on the application-level.
|
UnacceptableRequestException |
Exception that indicates that a request for an API call is considered
unacceptable on the application-level.
|
UnacceptableResultXINSCallException |
Exception that indicates that an API call returned a result that was
considered unacceptable by the application layer.
|
UnsuccessfulXINSCallException |
Exception that indicates that a result code was returned by the API call.
|
XINSCallException |
XINS-specific call exception.
|
See http://www.xins.org/.