| Interface | Description |
|---|---|
| UserIdentifier |
Lets defining how identifying a user thanks to a HTTP request.
|
| UWS |
Minimal API of a UWS service.
|
| UWSFactory |
Let's creating UWS jobs, their threads and extracting their parameters from
HttpServletRequest. |
| Class | Description |
|---|---|
| AbstractUWSFactory |
Abstract implementation of
UWSFactory. |
| UWSService |
This class implements directly the interface
UWS and so, it represents the core of a UWS service. |
| UWSServlet |
This servlet lets initialize and manage a web service implementing the UWS pattern.
|
| UWSUrl |
This class helps managing with UWS URLs and URIs.
|