Package org.apache.jena.sparql.modify
Class UpdateProcessRemoteForm
- java.lang.Object
-
- org.apache.jena.sparql.modify.UpdateProcessRemoteBase
-
- org.apache.jena.sparql.modify.UpdateProcessRemoteForm
-
- All Implemented Interfaces:
UpdateExec
,UpdateProcessor
@Deprecated public class UpdateProcessRemoteForm extends UpdateProcessRemoteBase
Deprecated.UseUpdateExecutionHTTP
created withUpdateExecutionHTTPBuilder
.UpdateProcess 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.
-
-
Field Summary
-
Fields inherited from class org.apache.jena.sparql.modify.UpdateProcessRemoteBase
HTTP_CONTEXT
-
-
Constructor Summary
Constructors Constructor Description UpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context)
Deprecated.Creates a new remote update processor that uses the form URL encoded submission methodUpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Deprecated.Creates a new remote update processor that uses the form URL encoded submission method
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute()
Deprecated.Execute-
Methods inherited from class org.apache.jena.sparql.modify.UpdateProcessRemoteBase
addDefaultGraph, addNamedGraph, addParam, getClient, getContext, getDatasetGraph, getEndpoint, getHttpContext, getParams, getUpdateRequest, getUpdateString, setClient, setDefaultGraphs, setHttpContext, setNamedGraphs
-
-
-
-
Constructor Detail
-
UpdateProcessRemoteForm
public UpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context)
Deprecated.Creates a new remote update processor that uses the form URL encoded submission method- Parameters:
request
- Update requestendpoint
- Update endpointcontext
- Context
-
UpdateProcessRemoteForm
public UpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Deprecated.Creates a new remote update processor that uses the form URL encoded submission method- Parameters:
request
- Update requestendpoint
- Update endpointcontext
- Contextclient
- HTTP ClienthttpContext
- HTTP Context
-
-
Method Detail
-
execute
public void execute()
Deprecated.Description copied from interface:UpdateExec
Execute
-
-