Class FUN_HTTPExtractBody
- java.lang.Object
 - 
- org.apache.jena.sparql.function.FunctionBase
 - 
- org.apache.jena.sparql.function.FunctionBase1
 - 
- fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPExtractBody
 
 
 
 
- 
- All Implemented Interfaces:
 Function
public class FUN_HTTPExtractBody extends FunctionBase1
Binding function fun:HTTPExtractBody extracts the body 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_HTTPExtractBody() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(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:
 execin classFunctionBase1
 
 - 
 
 -