Module org.apache.jena.arq
Interface ChainingServiceExecutor
- All Known Implementing Classes:
- ChainingServiceExecutorWrapper
public interface ChainingServiceExecutor
- 
Method SummaryModifier and TypeMethodDescriptioncreateExecution(OpService opExecute, OpService opOriginal, Binding binding, ExecutionContext execCxt, ServiceExecutor chain) If this factory cannot handle the execution request then this method should return null.
- 
Method Details- 
createExecutionQueryIterator createExecution(OpService opExecute, OpService opOriginal, Binding binding, ExecutionContext execCxt, ServiceExecutor chain) If this factory cannot handle the execution request then this method should return null. Otherwise, aQueryIteratoris returned.- Returns:
- A QueryIterator if this factory can handle the request, or null otherwise.
 
 
-