org.opengts.war.tools
Interface JSONRequestHandler


public interface JSONRequestHandler


Method Summary
 JSON handleJSONRequest(java.lang.String context, RequestProperties reqState, JSON jsonObj)
          Handle a JSON request
 

Method Detail

handleJSONRequest

JSON handleJSONRequest(java.lang.String context,
                       RequestProperties reqState,
                       JSON jsonObj)
Handle a JSON request

Parameters:
context - The "context" of the JSON request
jsonObj - The JSON object containing the request
Returns:
The JSON respons object