public class RetrieveResultRequest extends Request
doc, id, LOGGER, map, SUPPORTED_LANGUAGES, SUPPORTED_VERSION| Constructor and Description |
|---|
RetrieveResultRequest(org.apache.commons.collections.map.CaseInsensitiveMap ciMap)
Create a Request based on a CaseInsensitiveMap as input (HTTP GET)
|
| Modifier and Type | Method and Description |
|---|---|
Response |
call()
Actually serves the Request.
|
Object |
getAttachedResult() |
boolean |
validate()
Validates the client input
|
accumulateString, checkLanguageSupported, getDocument, getMap, getMapArray, getMapArray, getMapValue, getMapValue, getMapValue, getMapValue, getRequestedVersions, getUniqueId, requireVersionpublic RetrieveResultRequest(org.apache.commons.collections.map.CaseInsensitiveMap ciMap)
throws org.n52.wps.server.ExceptionReport
ciMap - The Map which holds the client input.org.n52.wps.server.ExceptionReportpublic Response call() throws org.n52.wps.server.ExceptionReport
public boolean validate()
throws org.n52.wps.server.ExceptionReport
public Object getAttachedResult() throws NullPointerException
getAttachedResult in class RequestNullPointerExceptionCopyright © 2019. All Rights Reserved.