| Interface | Description |
|---|---|
| ServiceConnection |
Description and parameters list of a TAP service.
|
| Class | Description |
|---|---|
| AbstractTAPFactory |
Default implementation of most of the
TAPFactory function. |
| ADQLExecutor |
Let process completely an ADQL query.
|
| AsyncThread |
Thread in charge of a TAP job execution.
|
| TAPExecutionReport |
Report the execution (including the parsing and the output writing) of an
ADQL query.
|
| TAPFactory |
Let build essential objects of the TAP service.
|
| TAPJob |
Description of a TAP job.
|
| TAPRequestParser |
This parser adapts the request parser to use in function of the request
content-type:
application/x-www-form-urlencoded:
FormEncodedParser
multipart/form-data: MultipartParser
other: no parameter is returned
|
| TAPSyncJob |
This class represent a TAP synchronous job.
|
| Enum | Description |
|---|---|
| ExecutionProgression |
Let describe the current status of a job execution.
|
| ServiceConnection.LimitUnit |
List of possible limit units.
|
| Exception | Description |
|---|---|
| TAPException |
Any exception that occurred while a TAP service activity.
|
| TAPJob.NoDBConnectionAvailableException |
This exception is thrown by a job execution when no database connection
are available anymore.
|