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:
org.apache.jena.sparql.function.Function

public class FUN_HTTPExtractResponseCode extends org.apache.jena.sparql.function.FunctionBase1
Binding function fun:HTTPExtractResponseCode extracts the response code from a full HTTP response.
  • Param 1: (a string) the full HTTP response;
Returns the response code of the full HTTP reponse
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.expr.NodeValue
    exec​(org.apache.jena.sparql.expr.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

    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
  • Field Details

  • Constructor Details

    • FUN_HTTPExtractResponseCode

      public FUN_HTTPExtractResponseCode()
  • Method Details

    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue response)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase1