Class ResponseResultSet

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

@Deprecated(forRemoval=true) public class ResponseResultSet extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use QueryExec and Responses.
This is the content negotiation for each kind of SPARQL query result.
  • 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
    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.
     

    Methods inherited from class java.lang.Object

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

    • ResponseResultSet

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

    • doResponseResultSet

      public static void doResponseResultSet(HttpAction action, Boolean booleanResult)
      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.