java.lang.Object
org.apache.jena.fuseki.servlets.ResponseResultSet
Deprecated, for removal: This API element is subject to removal in a future version.
This is the content negotiation for each kind of SPARQL query result.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
doResponseResultSet
(HttpAction action, Boolean booleanResult) Deprecated, for removal: This API element is subject to removal in a future version.static void
doResponseResultSet
(HttpAction action, org.apache.jena.query.ResultSet resultSet, org.apache.jena.sparql.core.Prologue qPrologue) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ResponseResultSet
public ResponseResultSet()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
doResponseResultSet
Deprecated, for removal: This API element is subject to removal in a future version. -
doResponseResultSet
public static void doResponseResultSet(HttpAction action, org.apache.jena.query.ResultSet resultSet, org.apache.jena.sparql.core.Prologue qPrologue) Deprecated, for removal: This API element is subject to removal in a future version.
-
QueryExec
andResponses
.