Class FUN_HTTPBase
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPBase
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
- Direct Known Subclasses:
FUN_HTTPDelete
,FUN_HTTPGet
,FUN_HTTPHead
,FUN_HTTPPost
,FUN_HTTPPut
public abstract class FUN_HTTPBase
extends org.apache.jena.sparql.function.FunctionBase
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkBuild(String uri, org.apache.jena.sparql.expr.ExprList args)
org.apache.jena.sparql.expr.NodeValue
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.sparql.function.Function
build
-
Constructor Details
-
FUN_HTTPBase
public FUN_HTTPBase()
-
-
Method Details
-
checkBuild
- Specified by:
checkBuild
in classorg.apache.jena.sparql.function.FunctionBase
-
exec
public final org.apache.jena.sparql.expr.NodeValue exec(List<org.apache.jena.sparql.expr.NodeValue> args)- Specified by:
exec
in classorg.apache.jena.sparql.function.FunctionBase
-