org.openrdf.repository.http
Class HTTPGraphQuery

java.lang.Object
  extended by org.openrdf.query.impl.AbstractQuery
      extended by org.openrdf.repository.http.HTTPQuery
          extended by org.openrdf.repository.http.HTTPGraphQuery
All Implemented Interfaces:
GraphQuery, Query

public class HTTPGraphQuery
extends HTTPQuery
implements GraphQuery

GraphQuery implementation specific to the HTTP protocol. Methods in this class may throw the specific RepositoryException subclasses UnautorizedException and NotAllowedException, the semantics of which are defined by the HTTP protocol.

Author:
Arjohn Kampman, Herko ter Horst
See Also:
UnauthorizedException, org.openrdf.http.protocol.NotAllowedException

Field Summary
 
Fields inherited from class org.openrdf.repository.http.HTTPQuery
baseURI, httpCon, queryLanguage, queryString
 
Fields inherited from class org.openrdf.query.impl.AbstractQuery
bindings, dataset, includeInferred
 
Constructor Summary
HTTPGraphQuery(org.openrdf.repository.http.HTTPRepositoryConnection con, QueryLanguage ql, String queryString, String baseURI)
           
 
Method Summary
 GraphQueryResult evaluate()
           
 void evaluate(RDFHandler handler)
           
 
Methods inherited from class org.openrdf.repository.http.HTTPQuery
getBindingsArray, toString
 
Methods inherited from class org.openrdf.query.impl.AbstractQuery
getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openrdf.query.Query
getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 

Constructor Detail

HTTPGraphQuery

public HTTPGraphQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
                      QueryLanguage ql,
                      String queryString,
                      String baseURI)
Method Detail

evaluate

public GraphQueryResult evaluate()
                          throws HTTPQueryEvaluationException
Specified by:
evaluate in interface GraphQuery
Throws:
HTTPQueryEvaluationException

evaluate

public void evaluate(RDFHandler handler)
              throws HTTPQueryEvaluationException,
                     RDFHandlerException
Specified by:
evaluate in interface GraphQuery
Throws:
HTTPQueryEvaluationException
RDFHandlerException


Copyright © 2001-2008 Aduna. All Rights Reserved.