public abstract class ServletSparqlServiceBase extends SparqlEndpointBase
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.http.HttpServletRequest |
req |
defaultSparqlStmtParser| Constructor and Description |
|---|
ServletSparqlServiceBase() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.query.QueryExecution |
createQueryExecution(org.apache.jena.query.Query query) |
org.apache.jena.update.UpdateProcessor |
createUpdateProcessor(org.aksw.jena_sparql_api.stmt.SparqlStmtUpdate stmt) |
protected org.apache.http.auth.UsernamePasswordCredentials |
getCredentials() |
protected org.apache.jena.sparql.core.DatasetDescription |
getDatasetDescription() |
protected String |
getServiceUri()
Important: If no SPARQL service is specified, null is returned.
|
protected abstract org.aksw.jena_sparql_api.core.SparqlServiceFactory |
getSparqlServiceFactory() |
classifyStmt, createQueryExecution, createQueryExecutionAndType, createQueryExecutionAndType, executeQueryJson, executeQueryRdfXml, executeQueryRdfXmlPost, executeQueryResultSetXml, executeQueryResultSetXmlPost, executeQueryText, executeQueryTextPost, executeQueryXml, executeQueryXmlPost, executeQueryXmlPostAsync, getSparqlStmtParser, processQuery, processQueryAsync, processQueryToStreaming, processStmtAsync, processUpdateAsyncprotected abstract org.aksw.jena_sparql_api.core.SparqlServiceFactory getSparqlServiceFactory()
protected String getServiceUri()
protected org.apache.http.auth.UsernamePasswordCredentials getCredentials()
protected org.apache.jena.sparql.core.DatasetDescription getDatasetDescription()
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query)
createQueryExecution in class SparqlEndpointBasepublic org.apache.jena.update.UpdateProcessor createUpdateProcessor(org.aksw.jena_sparql_api.stmt.SparqlStmtUpdate stmt)
createUpdateProcessor in class SparqlEndpointBaseCopyright © 2020. All rights reserved.