Package edu.harvard.cfa.vo.tapclient.tap

Provides the API for accessing IVOA Table Access Protocol(TAP) services.

See:
          Description

Class Summary
AsyncJob An object used for executing an asynchronous data query.
Error An object that can be used to get information about error conditions resulting from an asynchronous query.
Job This object provides an implementation of common aspects of the AsyncJob and SyncJob.
Result A reference to a result generated by an asynchronous query.
SyncJob An object used for executing an synchronous data query.
TapService An object for accessing the service level functions of a VO TAP service.
 

Package edu.harvard.cfa.vo.tapclient.tap Description

Provides the API for accessing IVOA Table Access Protocol(TAP) services. This API includes access to TAP asynchronous and synchronous data queries as well as the VOSI availability, capabilities, and tables metadata.

TapService provides access to the VOSI metadata of a service via the Availability, Capability, and Schema objects. Asynchronous data and metadata queries can be executed on a TAP service using the AsyncJob object. The AsyncJob in turn provides access to parameters, Result, and Error objects. Finally, synchronous data and metadata queries can be executed on a TAP service using the SyncJob object.

See Also:
IVOA Table Access Protocol v1.0 Recommendation, IVOA Universal Worker Service Pattern v1.0 Recommendation, IVOA Support Interfaces v1.0 Recommendation