Package org.apache.jena.sparql.exec.http
Class UpdateExecHTTP
- java.lang.Object
-
- org.apache.jena.sparql.exec.http.UpdateExecHTTP
-
- All Implemented Interfaces:
UpdateExec
,UpdateProcessor
public class UpdateExecHTTP extends java.lang.Object implements UpdateExec
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Executestatic UpdateExecHTTPBuilder
newBuilder()
static UpdateExecHTTPBuilder
service(java.lang.String endpointURL)
Create aUpdateExecBuilder
for a remote endpoint.-
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
-
-
-
-
Method Detail
-
newBuilder
public static UpdateExecHTTPBuilder newBuilder()
-
service
public static UpdateExecHTTPBuilder service(java.lang.String endpointURL)
Description copied from interface:UpdateExec
Create aUpdateExecBuilder
for a remote endpoint.
-
execute
public void execute()
Description copied from interface:UpdateExec
Execute- Specified by:
execute
in interfaceUpdateExec
- Specified by:
execute
in interfaceUpdateProcessor
-
-