Package | Description |
---|---|
tap | |
tap.config | |
tap.error | |
tap.formatter | |
tap.parameters | |
tap.resource | |
tap.upload |
Modifier and Type | Field and Description |
---|---|
protected ServiceConnection |
ADQLExecutor.service
Description of the current TAP service.
|
protected ServiceConnection |
TAPFactory.service
Connection to the TAP service ; it provides all important service configuration information.
|
protected ServiceConnection |
TAPSyncJob.service
Description of the TAP service in charge of this synchronous job.
|
Constructor and Description |
---|
AbstractTAPFactory(ServiceConnection service)
Build a basic TAPFactory.
|
AbstractTAPFactory(ServiceConnection service,
ServiceErrorWriter errorWriter)
Build a basic TAPFactory.
|
ADQLExecutor(ServiceConnection service)
Build an
ADQLExecutor . |
TAPFactory(ServiceConnection service)
Build a basic
TAPFactory . |
TAPSyncJob(ServiceConnection service,
TAPParameters params)
Create a synchronous TAP job.
|
TAPSyncJob(ServiceConnection service,
TAPParameters params,
java.lang.String requestID)
Create a synchronous TAP job.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableServiceConnection
Concrete implementation of
ServiceConnection , fully parameterized
with a TAP configuration file. |
Constructor and Description |
---|
ConfigurableTAPFactory(ServiceConnection service,
java.util.Properties tapConfig)
Build a
TAPFactory using the given TAP service description and TAP configuration file. |
Modifier and Type | Field and Description |
---|---|
protected ServiceConnection |
DefaultTAPErrorWriter.service
Description of the TAP service using this
ServiceErrorWriter . |
Constructor and Description |
---|
DefaultTAPErrorWriter(ServiceConnection service)
Build an error writer for TAP.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceConnection |
FITSFormat.service
The
ServiceConnection to use (for the log and to have some information about the service (particularly: name, description). |
protected ServiceConnection |
HTMLFormat.service
The
ServiceConnection to use (for the log and to have some information about the service (particularly: name, description). |
protected ServiceConnection |
SVFormat.service
The
ServiceConnection to use (for the log and to have some information about the service (particularly: name, description). |
protected ServiceConnection |
TextFormat.service
The
ServiceConnection to use (for the log and to have some
information about the service (particularly: name, description). |
protected ServiceConnection |
VOTableFormat.service
The
ServiceConnection to use (for the log and to have some information about the service (particularly: name, description). |
protected ServiceConnection |
JSONFormat.service
The
ServiceConnection to use (for the log and to have some information about the service (particularly: name, description). |
Constructor and Description |
---|
FITSFormat(ServiceConnection service)
Creates a FITS formatter.
|
HTMLFormat(ServiceConnection service)
Creates an HTML formatter.
|
JSONFormat(ServiceConnection service)
Build a JSON formatter.
|
SVFormat(ServiceConnection service,
char colSeparator)
Build a SVFormat (in which String values are delimited by double quotes).
|
SVFormat(ServiceConnection service,
char colSeparator,
boolean delimitStrings)
Build a SVFormat.
|
SVFormat(ServiceConnection service,
char colSeparator,
boolean delimitStrings,
java.lang.String mime,
java.lang.String shortMime)
Build a SVFormat.
|
SVFormat(ServiceConnection service,
java.lang.String colSeparator)
Build a SVFormat (in which String values are delimited by double quotes).
|
SVFormat(ServiceConnection service,
java.lang.String colSeparator,
boolean delimitStrings)
Build a SVFormat.
|
SVFormat(ServiceConnection service,
java.lang.String colSeparator,
boolean delimitStrings,
java.lang.String mime,
java.lang.String shortMime)
Build a SVFormat.
|
TextFormat(ServiceConnection service)
Build a
TextFormat . |
TextFormat(ServiceConnection service,
int[] customAlignment)
Build a
TextFormat . |
VOTableFormat(ServiceConnection service)
Creates a VOTable formatter.
|
VOTableFormat(ServiceConnection service,
uk.ac.starlink.votable.DataFormat votFormat)
Creates a VOTable formatter.
|
VOTableFormat(ServiceConnection service,
uk.ac.starlink.votable.DataFormat votFormat,
uk.ac.starlink.votable.VOTableVersion votVersion)
Creates a VOTable formatter.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceConnection |
TAPDestructionTimeController.service
Connection to the service which knows the maximum and default value of this parameter.
|
protected ServiceConnection |
MaxRecController.service
Connection to the service which knows the maximum and default value of this parameter.
|
protected ServiceConnection |
TAPExecutionDurationController.service
Connection to the service which knows the maximum and default value of this parameter.
|
protected ServiceConnection |
FormatController.service
Connection to the service which knows the maximum and default value of this parameter.
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.Map<java.lang.String,InputParamController> |
TAPParameters.buildDefaultControllers(ServiceConnection service,
java.util.Map<java.lang.String,InputParamController> customControllers)
Build a map containing all controllers for all standard TAP parameters.
|
Constructor and Description |
---|
FormatController(ServiceConnection service)
Build a controller for the Format parameter.
|
MaxRecController(ServiceConnection service)
Build a controller for the MaxRec parameter.
|
TAPDestructionTimeController(ServiceConnection service)
Build a controller for the Destruction parameter.
|
TAPExecutionDurationController(ServiceConnection service)
Build a controller for the ExecutionDuration parameter.
|
TAPParameters(javax.servlet.http.HttpServletRequest request,
ServiceConnection service)
Create a
TAPParameters instance whose the parameters must be extracted from the given HttpServletRequest . |
TAPParameters(javax.servlet.http.HttpServletRequest request,
ServiceConnection service,
java.util.Map<java.lang.String,InputParamController> controllers)
Create a
TAPParameters instance whose the parameters must be extracted from the given HttpServletRequest . |
TAPParameters(ServiceConnection service)
Create an empty list of parameters.
|
TAPParameters(ServiceConnection service,
java.util.Map<java.lang.String,java.lang.Object> params)
Create a
TAPParameters instance whose the parameters are given in parameter. |
TAPParameters(ServiceConnection service,
java.util.Map<java.lang.String,java.lang.Object> params,
java.util.Map<java.lang.String,InputParamController> controllers)
Create a
TAPParameters instance whose the parameters are given in parameter. |
Modifier and Type | Field and Description |
---|---|
protected ServiceConnection |
Sync.service
Description of the TAP service owning this resource.
|
protected ServiceConnection |
TAP.service
Description of the TAP service owning this resource.
|
protected ServiceConnection |
ASync.service
Description of the TAP service owning this resource.
|
protected ServiceConnection |
Availability.service
Description of the TAP service owning this resource.
|
Modifier and Type | Method and Description |
---|---|
ServiceConnection |
TAP.getServiceConnection()
Get the description of this service.
|
Constructor and Description |
---|
ASync(ServiceConnection service)
Build an Asynchronous Resource of a TAP service.
|
Availability(ServiceConnection service)
Build a "availability" resource.
|
Sync(ServiceConnection service,
Capabilities capabilities)
Build a synchronous resource for the TAP service whose the description and
the capabilities are provided in parameters.
|
TAP(ServiceConnection serviceConnection)
Build a HOME resource of a TAP service whose the description is given in
parameter.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceConnection |
Uploader.service
Specification of the TAP service.
|
Constructor and Description |
---|
Uploader(ServiceConnection service,
DBConnection dbConn)
Build an
Uploader object. |
Uploader(ServiceConnection service,
DBConnection dbConn,
TAPSchema uplSchema)
Build an
Uploader object. |