Package org.aksw.jena_sparql_api.http
Class QueryExecutionFactoryHttp
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBase
org.aksw.jena_sparql_api.http.QueryExecutionFactoryHttp
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
- Author:
- Claus Stadler Date: 7/23/11 Time: 9:47 PM
-
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryHttp(String service) QueryExecutionFactoryHttp(String service, String defaultGraphName) QueryExecutionFactoryHttp(String service, Collection<String> defaultGraphs) QueryExecutionFactoryHttp(String service, org.apache.jena.sparql.core.DatasetDescription datasetDescription, HttpClient httpClient) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.query.QueryExecutioncreateQueryExecution(String queryString) org.apache.jena.query.QueryExecutioncreateQueryExecution(org.apache.jena.query.Query query) getId()getState()org.apache.jena.query.QueryExecutionpostProcess(org.apache.jena.sparql.exec.http.QueryExecutionHTTPBuilder builder) Methods inherited from class org.aksw.jena_sparql_api.core.QueryExecutionFactoryBase
close, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
-
Constructor Details
-
QueryExecutionFactoryHttp
-
QueryExecutionFactoryHttp
-
QueryExecutionFactoryHttp
-
QueryExecutionFactoryHttp
public QueryExecutionFactoryHttp(String service, org.apache.jena.sparql.core.DatasetDescription datasetDescription, HttpClient httpClient)
-
-
Method Details
-
getId
-
getState
-
postProcess
public org.apache.jena.query.QueryExecution postProcess(org.apache.jena.sparql.exec.http.QueryExecutionHTTPBuilder builder) -
createQueryExecution
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query)
-