java.lang.Object
org.apache.jena.fuseki.servlets.ResponseJson
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddoResponseJson(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
-
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 actionjsonItem- a ResultSetJsonStream instance
-
QueryExecandResponses.