public class TestMapResources extends Object
| Constructor and Description |
|---|
TestMapResources() |
| Modifier and Type | Method and Description |
|---|---|
String |
handleGet(String userId,
String sessionID,
String modifiedTime)
Processes a request submitted using the GET method.
|
void |
handlepost(String userId,
String sessionID,
String data)
Processes a request submitted using the POST method.
|
public String handleGet(String userId, String sessionID, String modifiedTime) throws IOException, org.json.JSONException, ParserConfigurationException, SAXException
userId - sessionID - IOExceptionorg.json.JSONExceptionParserConfigurationExceptionSAXExceptionpublic void handlepost(String userId, String sessionID, String data) throws ParserConfigurationException, TransformerException, TransformerConfigurationException, FileNotFoundException, IOException
userId - sessionID - data - IOExceptionTransformerExceptionTransformerConfigurationExceptionFileNotFoundExceptionParserConfigurationExceptionCopyright © 2024 Open Geospatial Consortium. All rights reserved.