Class TestFinalResult
java.lang.Object
com.occamlab.te.spi.jaxrs.resources.wmsclient.TestFinalResult
Supports testing of WMS 1.3 client implementations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestFinalResult
public TestFinalResult()
-
-
Method Details
-
handleGet
@GET public String handleGet(@QueryParam("userID") String userId, @QueryParam("sessionID") String sessionID) throws FileNotFoundException, IOException Processes a request submitted using the GET method. The test run arguments are specified in the query component of the Request-URI as a sequence of key-value pairs.- Parameters:
userId
-sessionID
-- Returns:
- Throws:
FileNotFoundException
IOException
-