java.lang.Object
org.apache.jena.sparql.exec.UpdateExecutionAdapter
org.apache.jena.sparql.exec.http.UpdateExecutionHTTP
- All Implemented Interfaces:
UpdateExecution
,UpdateProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateExecutionHTTPBuilder
create()
static UpdateExecutionHTTPBuilder
Create aUpdateExecutionBuilder
for a remote service.Methods inherited from class org.apache.jena.sparql.exec.UpdateExecutionAdapter
abort, adapt, execute, getContext
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
getUpdateRequest, getUpdateRequestString
-
Constructor Details
-
UpdateExecutionHTTP
-
-
Method Details
-
create
-
service
Description copied from interface:UpdateExecution
Create aUpdateExecutionBuilder
for a remote service.
-