Package uws.service

Interface Summary
UserIdentifier Lets defining how identifying a user thanks to a HTTP request.
 

Class Summary
AbstractUWS<JL extends JobList<J>,J extends AbstractJob> General description An abstract facility to implement the Universal Worker Service pattern.
BasicUWS<J extends AbstractJob> Convenient implementation of AbstractUWS.
ExtendedUWS Convenient implementation of AbstractUWS.
QueuedBasicUWS<J extends AbstractJob> A BasicUWS which is able to manage an execution queue.
QueuedExtendedUWS A ExtendedUWS which is able to manage an execution queue.
UWSUrl This class helps managing with UWS URLs and URIs.