java.lang.Object
org.apache.jena.sparql.exec.http.UpdateExecHTTP
- All Implemented Interfaces:
UpdateExec
,UpdateProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Executestatic UpdateExecHTTPBuilder
static UpdateExecHTTPBuilder
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 Details
-
newBuilder
-
service
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
-