Uses of Package
org.xins.client

Packages that use org.xins.client
org.xins.client XINS client framework. 
org.xins.client.async Functionality for calling XINS APIs asynchronously. 
 

Classes in org.xins.client used by org.xins.client
AbstractCAPICallRequest
          Base class for generated CAPI function request classes.
AbstractCAPICallResult
          Base class for generated CAPI function result classes.
AbstractCAPIErrorCodeException
          Abstract base class for generated CAPI exceptions that map to an API-specific error code.
DataElement
          Element in a XINS result data section.
DataElement.QualifiedName
          Qualified name for an element or attribute.
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.
XINSCallConfig
          Call configuration for the XINS service caller.
XINSCallException
          XINS-specific call exception.
XINSCallRequest
          Abstraction of a XINS request.
XINSCallResult
          Successful result of a call to a XINS service.
XINSCallResultData
          Data part of a XINS call result.
XINSServiceCaller
          XINS service caller.
 

Classes in org.xins.client used by org.xins.client.async
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.
 



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