Package | Description |
---|---|
tap | |
tap.config | |
uws.config | |
uws.job | |
uws.service |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTAPFactory
Default implementation of most of the
TAPFactory function. |
class |
TAPFactory
Let build essential objects of the TAP service.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableTAPFactory
Concrete implementation of a
TAPFactory which is parameterized by a TAP configuration file. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableUWSFactory
Concrete implementation of a
UWSFactory which is parameterized by a UWS configuration file. |
Modifier and Type | Method and Description |
---|---|
UWSFactory |
UWSJob.getFactory()
Gets the factory to use to create the thread to execute when this job
starts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUWSFactory
Abstract implementation of
UWSFactory . |
class |
UWSServlet
This servlet lets initialize and manage a web service implementing the UWS pattern.
|
Modifier and Type | Field and Description |
---|---|
protected UWSFactory |
UWSService.factory
Factory which lets creating the UWS jobs and their thread.
|
Modifier and Type | Method and Description |
---|---|
UWSFactory |
UWSServlet.getFactory() |
UWSFactory |
UWSService.getFactory() |
UWSFactory |
UWS.getFactory()
Gets its job factory.
|
Constructor and Description |
---|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager)
Builds a UWS (the base URI will be extracted at the first request directly from the request itself).
|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager,
java.lang.String baseURI)
Builds a UWS with its base UWS URI.
|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager,
UWSLog logger)
Builds a UWS (the base URI will be extracted at the first request directly from the request itself).
|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager,
UWSLog logger,
java.lang.String baseURI)
Builds a UWS with its base UWS URI.
|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager,
UWSLog logger,
UWSUrl urlInterpreter)
Builds a UWS with the given UWS URL interpreter.
|
UWSService(UWSFactory jobFactory,
UWSFileManager fileManager,
UWSUrl urlInterpreter)
Builds a UWS with the given UWS URL interpreter.
|