Package org.xins.client

XINS client framework.

See:
          Description

Interface Summary
XINSCallResultData Data part of a XINS call result.
 

Class Summary
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.
DataElement Element in a XINS result data section.
DataElement.QualifiedName Qualified name for an element or attribute.
Library Class that represents the XINS/Java Client Framework library.
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 Summary
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.
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.
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.
 

Package org.xins.client Description

XINS client framework. Provides functionality for calling XINS APIs synchronously.

Since:
XINS 1.0.0


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