org.openrdf.repository.http
Class HTTPUpdate
java.lang.Object
org.openrdf.query.impl.AbstractOperation
org.openrdf.query.impl.AbstractUpdate
org.openrdf.repository.http.HTTPUpdate
- All Implemented Interfaces:
- Operation, Update
public class HTTPUpdate
- extends AbstractUpdate
Update specific to the HTTP protocol. Methods in this class may throw the
specific RepositoryException subclass UnautorizedException, the semantics of
which is defined by the HTTP protocol.
- Author:
- Jeen Broekstra
- See Also:
UnauthorizedException
httpCon
protected final org.openrdf.repository.http.HTTPRepositoryConnection httpCon
queryLanguage
protected final QueryLanguage queryLanguage
queryString
protected final String queryString
baseURI
protected final String baseURI
HTTPUpdate
public HTTPUpdate(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
getBindingsArray
protected Binding[] getBindingsArray()
toString
public String toString()
- Overrides:
toString in class Object
execute
public void execute()
throws UpdateExecutionException
- Description copied from interface:
Update
- Execute this update on the repository.
- Throws:
UpdateExecutionException - if the update could not be successfully completed.
Copyright © 2001-2012 Aduna. All Rights Reserved.