Class FUN_HTTPExtractResponseCode
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase1
-
- fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPExtractResponseCode
-
- All Implemented Interfaces:
Function
public class FUN_HTTPExtractResponseCode extends FunctionBase1
Binding function fun:HTTPExtractResponseCode extracts the response code from a full HTTP response.- Param 1: (a string) the full HTTP response;
- Author:
- Omar Qawasmeh, Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description FUN_HTTPExtractResponseCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValue
exec(NodeValue response)
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec, exec
-
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue response)
- Specified by:
exec
in classFunctionBase1
-
-