public class SOAPProtocolExtension extends AbstractProtocolExtension
Constructor and Description |
---|
SOAPProtocolExtension() |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(HTTPRequest request) |
java.lang.String |
getExtensionIdentifier() |
Response |
handle(HTTPRequest request,
DbMetadataSource meta)
Handle request.
|
equals, hashCode, toString
public boolean canHandle(HTTPRequest request)
public Response handle(HTTPRequest request, DbMetadataSource meta) throws WCSException
ProtocolExtension
Request
, then handling
this request object, and finally writing the result back.handle
in interface ProtocolExtension
handle
in class AbstractProtocolExtension
request
- request to executeWCSException
public java.lang.String getExtensionIdentifier()