Module org.apache.jena.arq
Class ServiceExecutorOverRegistry
java.lang.Object
org.apache.jena.sparql.service.single.ServiceExecutorOverRegistry
- All Implemented Interfaces:
ServiceExecutor
Abstraction of a registry's single chain as a service executor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecution
(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) If this factory cannot handle the execution request then this method should return null.
-
Constructor Details
-
ServiceExecutorOverRegistry
-
ServiceExecutorOverRegistry
-
-
Method Details
-
createExecution
public QueryIterator createExecution(OpService opExecute, OpService original, 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.
-