com.hp.hpl.jena.sparql.modify
Class UpdateProcessRemote
java.lang.Object
com.hp.hpl.jena.sparql.modify.UpdateProcessRemoteBase
com.hp.hpl.jena.sparql.modify.UpdateProcessRemote
- All Implemented Interfaces:
- UpdateProcessor
public class UpdateProcessRemote
- extends UpdateProcessRemoteBase
- implements UpdateProcessor
UpdateProcess that send the request to a SPARQL endpoint by using POST of application/sparql-update.
|
Method Summary |
void |
execute()
Execute |
| Methods inherited from class com.hp.hpl.jena.sparql.modify.UpdateProcessRemoteBase |
addDefaultGraph, addNamedGraph, addParam, getAuthenticator, getContext, getEndpoint, getGraphStore, getHttpContext, getParams, getQueryString, getUpdateRequest, isUsingAuthentication, setAuthentication, setAuthenticator, setDefaultGraphs, setHttpContext, setNamedGraphs |
UpdateProcessRemote
public UpdateProcessRemote(UpdateRequest request,
String endpoint,
Context context)
- Creates a new remote update processor that uses the application/sparql-update submission method
- Parameters:
request - Update requestendpoint - Update endpointcontext - Context
UpdateProcessRemote
public UpdateProcessRemote(UpdateRequest request,
String endpoint,
Context context,
HttpAuthenticator authenticator)
- Creates a new remote update processor that uses the application/sparql-update submission method
- Parameters:
request - Update requestendpoint - Update endpointcontext - Contextauthenticator - HTTP Authenticator
execute
public void execute()
- Description copied from interface:
UpdateProcessor
- Execute
- Specified by:
execute in interface UpdateProcessor
Licenced under the Apache License, Version 2.0