public class ProcessQuery extends Object
| Constructor and Description |
|---|
ProcessQuery() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.StreamingOutput |
processQuery(com.hp.hpl.jena.query.Query query,
String format,
com.hp.hpl.jena.query.QueryExecution qe) |
static javax.ws.rs.core.StreamingOutput |
processQuery(com.hp.hpl.jena.query.Query query,
String format,
QueryExecutionFactory qeFactory) |
static javax.ws.rs.core.StreamingOutput |
processQuery(String queryString,
String format,
QueryExecutionFactory qeFactory) |
static <T> javax.ws.rs.core.StreamingOutput |
wrapWriter(com.hp.hpl.jena.query.QueryExecution qe,
Writer<T> writer,
T obj) |
public static <T> javax.ws.rs.core.StreamingOutput wrapWriter(com.hp.hpl.jena.query.QueryExecution qe,
Writer<T> writer,
T obj)
public static javax.ws.rs.core.StreamingOutput processQuery(String queryString, String format, QueryExecutionFactory qeFactory) throws Exception
Exceptionpublic static javax.ws.rs.core.StreamingOutput processQuery(com.hp.hpl.jena.query.Query query,
String format,
QueryExecutionFactory qeFactory)
throws Exception
ExceptionCopyright © 2013. All Rights Reserved.