Class ResponseJson

java.lang.Object
org.apache.jena.fuseki.servlets.ResponseJson

@Deprecated(forRemoval=true) public class ResponseJson extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use QueryExec and Responses.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    doResponseJson(HttpAction action, Iterator<org.apache.jena.atlas.json.JsonObject> jsonItem)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Outputs a JSON query result

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResponseJson

      public ResponseJson()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • doResponseJson

      public static void doResponseJson(HttpAction action, Iterator<org.apache.jena.atlas.json.JsonObject> jsonItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Outputs a JSON query result
      Parameters:
      action - HTTP action
      jsonItem - a ResultSetJsonStream instance