com.hp.hpl.jena.sparql.engine.http
Class Service

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.http.Service

public class Service
extends Object

Execution of OpService


Field Summary
static String base
           
static Symbol queryAuthPwd
          Use to set the user password for basic auth.
static Symbol queryAuthUser
          Use to set the user id for basic auth.
static Symbol queryDeflate
          Use to set the HttpQuery.allowDeflate flag.
static Symbol queryGzip
          Use to set the HttpQuery.allowGZip flag.
static Symbol queryTimeout
          Set timeout.
static Symbol serviceContext
          Use this Symbol to allow passing additional service context variables SERVICE call.
 
Constructor Summary
Service()
           
 
Method Summary
static QueryIterator exec(OpService op, Context context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

base

public static final String base
See Also:
Constant Field Values

queryDeflate

public static final Symbol queryDeflate
Use to set the HttpQuery.allowDeflate flag.


queryGzip

public static final Symbol queryGzip
Use to set the HttpQuery.allowGZip flag.


queryAuthUser

public static final Symbol queryAuthUser
Use to set the user id for basic auth.


queryAuthPwd

public static final Symbol queryAuthPwd
Use to set the user password for basic auth.


serviceContext

public static final Symbol serviceContext
Use this Symbol to allow passing additional service context variables SERVICE call. Parameters need to be grouped by SERVICE , a Map is assumed. The key of the first map is the SERVICE IRI, the value is a Context who's values will override any defaults in the original context.

See Also:
Service

queryTimeout

public static final Symbol queryTimeout
Set timeout. The value of this symbol gives the value of the timeout in milliseconds The first value is passed to HttpQuery.setConnectTimeout() the second, if it exists, is passed to HttpQuery.setReadTimeout()

Constructor Detail

Service

public Service()
Method Detail

exec

public static QueryIterator exec(OpService op,
                                 Context context)


Licenced under the Apache License, Version 2.0