Uses of Class
org.apache.jena.sparql.modify.UpdateProcessRemoteBase
-
Packages that use UpdateProcessRemoteBase Package Description org.apache.jena.sparql.modify -
-
Uses of UpdateProcessRemoteBase in org.apache.jena.sparql.modify
Subclasses of UpdateProcessRemoteBase in org.apache.jena.sparql.modify Modifier and Type Class Description classUpdateProcessRemoteUpdateProcess that send the request to a SPARQL endpoint by using POST of application/sparql-update.classUpdateProcessRemoteFormUpdateProcess that send the request to a SPARQL endpoint by using an HTML form and POST Use of application/sparql-update via @link{UpdateProcessRemote} is preferred.
-