public abstract class AbstractGetCapabilitiesRequest extends AbstractRequest implements GetCapabilitiesRequest
This class provides a basic building block for clients to implement their GetCapabilitiesRequest. It automatically sets the REQUEST parameter to "GetCapabilities".
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE
Represents the SERVICE parameter
|
EXCEPTION_XML, hints, onlineResource, properties
GET_CAPABILITIES, SECTION_ALL, SECTION_COMMON, SECTION_CONTENT, SECTION_OPERATIONS, SECTION_SERVICE
Constructor and Description |
---|
AbstractGetCapabilitiesRequest(URL serverURL) |
Modifier and Type | Method and Description |
---|---|
protected void |
initRequest()
Sets the REQUEST parameter
Subclass can override if needed.
|
getFinalURL, getPostContentType, getProperties, getRequestHints, initService, initVersion, performPostOutput, processKey, requiresPost, setProperty, setRequestHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
public static final String SERVICE
public AbstractGetCapabilitiesRequest(URL serverURL)
protected void initRequest()
Subclass can override if needed.
initRequest
in class AbstractRequest
Copyright © 1996–2019 Geotools. All rights reserved.