public interface ProtocolExtension extends Extension
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(HTTPRequest request) |
Response |
handle(HTTPRequest request,
DbMetadataSource meta)
Handle request.
|
getExtensionIdentifier
boolean canHandle(HTTPRequest request)
Response handle(HTTPRequest request, DbMetadataSource meta) throws PetascopeException, WCSException
Request
, then handling
this request object, and finally writing the result back.request
- request to executeWCSException
PetascopeException