Class E_Http
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
org.aksw.jena_sparql_api.sparql.ext.http.E_Http
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public class E_Http
extends org.apache.jena.sparql.function.FunctionBase1
jsonLiteral jsonp(jsonLiteral, queryString)
http://www.mkyong.com/java/apache-httpclient-examples/
http:request(concat(?baseUrl, )
json:parse('')
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec, exec
-
Constructor Details
-
E_Http
public E_Http() -
E_Http
public E_Http(org.apache.http.client.HttpClient httpClient) -
E_Http
-
-
Method Details
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue nv) - Specified by:
execin classorg.apache.jena.sparql.function.FunctionBase1
-
_exec
public org.apache.jena.sparql.expr.NodeValue _exec(org.apache.jena.sparql.expr.NodeValue nv) throws Exception - Throws:
Exception
-