Class FUN_HTTPBase
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPBase
-
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
FUN_HTTPDelete
,FUN_HTTPGet
,FUN_HTTPHead
,FUN_HTTPPost
,FUN_HTTPPut
public abstract class FUN_HTTPBase extends FunctionBase
-
-
Constructor Summary
Constructors Constructor Description FUN_HTTPBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
checkBuild(String uri, ExprList args)
protected abstract org.apache.http.client.methods.HttpRequestBase
createRequest(String fileURI)
NodeValue
exec(List<NodeValue> args)
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec, exec
-
-
-
-
Method Detail
-
checkBuild
public void checkBuild(String uri, ExprList args)
- Specified by:
checkBuild
in classFunctionBase
-
exec
public final NodeValue exec(List<NodeValue> args)
- Specified by:
exec
in classFunctionBase
-
createRequest
protected abstract org.apache.http.client.methods.HttpRequestBase createRequest(String fileURI)
-
-