Package org.apache.jena.sparql.exec.http
Class UpdateExecutionHTTP
- java.lang.Object
-
- org.apache.jena.sparql.exec.UpdateProcessorAdapter
-
- org.apache.jena.sparql.exec.http.UpdateExecutionHTTP
-
- All Implemented Interfaces:
UpdateExecution
,UpdateProcessor
public class UpdateExecutionHTTP extends UpdateProcessorAdapter
-
-
Constructor Summary
Constructors Constructor Description UpdateExecutionHTTP(UpdateExecHTTP execHttp)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UpdateExecutionHTTPBuilder
create()
static UpdateExecutionHTTPBuilder
service(java.lang.String endpointURL)
-
Methods inherited from class org.apache.jena.sparql.exec.UpdateProcessorAdapter
adapt, execute
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jena.update.UpdateProcessor
getContext, getDatasetGraph
-
-
-
-
Constructor Detail
-
UpdateExecutionHTTP
public UpdateExecutionHTTP(UpdateExecHTTP execHttp)
-
-
Method Detail
-
create
public static UpdateExecutionHTTPBuilder create()
-
service
public static UpdateExecutionHTTPBuilder service(java.lang.String endpointURL)
-
-