RequestHandler
s handle Request
objects and construct a Response
,
thus they are independent of the communication protocol or selected response format.See: Description
Interface | Description |
---|---|
RequestHandler<T> |
Handles a
Request |
Class | Description |
---|---|
AbstractRequestHandler<T extends Request> |
An abstract implementation of
WcsOperation , which provides some
convenience methods to concrete implementations. |
DescribeCoverageHandler |
GetCapabilities operation for The Web Coverage Service 2.0
|
GetCapabilitiesHandler |
GetCapabilities operation for The Web Coverage Service 2.0
|
GetCoverageHandler |
GetCoverage operation for The Web Coverage Service 2.0
|
HandlersRegistry |
Parsers are managed in this class.
|
Response |
Bean holding the response from executing a request operation.
|
RequestHandler
s handle Request
objects and construct a Response
,
thus they are independent of the communication protocol or selected response format.