java.lang.Object
org.apache.jena.sparql.service.single.ServiceExecutorHttp
- All Implemented Interfaces:
ServiceExecutor
The default HTTP service executor implementation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecution
(OpService opExecute, OpService opOriginal, Binding binding, ExecutionContext execCxt) If this factory cannot handle the execution request then this method should return null.
-
Constructor Details
-
ServiceExecutorHttp
public ServiceExecutorHttp()
-
-
Method Details
-
createExecution
public QueryIterator createExecution(OpService opExecute, OpService opOriginal, Binding binding, ExecutionContext execCxt) Description copied from interface:ServiceExecutor
If this factory cannot handle the execution request then this method should return null. Otherwise, aQueryIterator
is returned.- Specified by:
createExecution
in interfaceServiceExecutor
- Returns:
- A QueryIterator if this factory can handle the request, or null otherwise.
-