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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckBuild(String uri, org.apache.jena.sparql.expr.ExprList args)org.apache.jena.sparql.expr.NodeValueMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, execMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.function.Function
build
-
Constructor Details
-
FUN_HTTPBase
public FUN_HTTPBase()
-
-
Method Details
-
checkBuild
- Specified by:
checkBuildin 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:
execin classorg.apache.jena.sparql.function.FunctionBase
-