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, propertiesGET_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, setRequestHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHintspublic static final String SERVICE
public AbstractGetCapabilitiesRequest(URL serverURL)
protected void initRequest()
Subclass can override if needed.
initRequest in class AbstractRequestCopyright © 1996–2019 Geotools. All rights reserved.