eu.larkc.core.endpoint.sparql
Class SparqlQueryHandler
java.lang.Object
eu.larkc.core.endpoint.sparql.SparqlQueryHandler
public class SparqlQueryHandler
- extends java.lang.Object
Feeds SPARQL query to the Executor and parses back the results.
- Author:
- Janez Brank, Luka Bradesko, Blaz Fortuna
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SparqlQueryHandler
public SparqlQueryHandler(Executor ex,
Endpoint ep)
getExceptionString
public static java.lang.String getExceptionString(java.lang.Exception e)
handleQuery
public SparqlQueryResult handleQuery(SparqlQueryRequest queryRequest)
throws SparqlException
- Throws:
SparqlException
xmlToString
public static java.lang.String xmlToString(java.lang.String query,
org.w3c.dom.Document doc)
throws SparqlException
- Throws:
SparqlException