com.hp.hpl.jena.sparql.modify
Class UpdateProcessRemote

java.lang.Object
  extended by com.hp.hpl.jena.sparql.modify.UpdateProcessRemote
All Implemented Interfaces:
UpdateProcessor

public class UpdateProcessRemote
extends Object
implements UpdateProcessor

UpdateProcess that send the request to a SPARQL endpoint by using POST of application/sparql-update.


Constructor Summary
UpdateProcessRemote(UpdateRequest request, String endpoint)
           
 
Method Summary
 void execute()
          Execute
 GraphStore getGraphStore()
          The dataset against which the query will execute.
 void setInitialBinding(QuerySolution binding)
          Set the initial association of variables and values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateProcessRemote

public UpdateProcessRemote(UpdateRequest request,
                           String endpoint)
Method Detail

setInitialBinding

public void setInitialBinding(QuerySolution binding)
Description copied from interface: UpdateProcessor
Set the initial association of variables and values. May not be supported by all UpdateProcessor implementations.

Specified by:
setInitialBinding in interface UpdateProcessor

getGraphStore

public GraphStore getGraphStore()
Description copied from interface: UpdateProcessor
The dataset against which the query will execute. May be null, implying the there isn't a local GraphStore target for this UpdateProcessor.

Specified by:
getGraphStore in interface UpdateProcessor

execute

public void execute()
Description copied from interface: UpdateProcessor
Execute

Specified by:
execute in interface UpdateProcessor


Licenced under the Apache License, Version 2.0