Uses of Interface
org.apache.jena.sparql.service.single.ServiceExecutor
Packages that use ServiceExecutor
Package
Description
-
Uses of ServiceExecutor in org.apache.jena.sparql.service
Subinterfaces of ServiceExecutor in org.apache.jena.sparql.serviceFields in org.apache.jena.sparql.service declared as ServiceExecutorModifier and TypeFieldDescriptionstatic ServiceExecutor
ServiceExecutorRegistry.httpService
A "call with SPARQL query" service executor.Methods in org.apache.jena.sparql.service with parameters of type ServiceExecutorModifier and TypeMethodDescriptionServiceExecutorRegistry.add
(ServiceExecutor f) Wraps the given service executor as a chaining one and prepends it to the non-bulk chain viaServiceExecutorRegistry.addSingleLink(ChainingServiceExecutor)
ServiceExecutorRegistry.remove
(ServiceExecutor f) Remove a given service executor - internally attempts to unwrap every chaining service executor -
Uses of ServiceExecutor in org.apache.jena.sparql.service.bulk
Constructors in org.apache.jena.sparql.service.bulk with parameters of type ServiceExecutor -
Uses of ServiceExecutor in org.apache.jena.sparql.service.single
Classes in org.apache.jena.sparql.service.single that implement ServiceExecutorModifier and TypeClassDescriptionclass
Form a service executor from a base service executor and a 'chain' that acts as a decoratorclass
The default HTTP service executor implementationclass
Abstraction of a registry's single chain as a service executorMethods in org.apache.jena.sparql.service.single that return ServiceExecutorMethods in org.apache.jena.sparql.service.single with parameters of type ServiceExecutorModifier and TypeMethodDescriptionChainingServiceExecutor.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.ChainingServiceExecutorWrapper.createExecution
(OpService opExecute, OpService opOriginal, Binding binding, ExecutionContext execCxt, ServiceExecutor chain) Constructors in org.apache.jena.sparql.service.single with parameters of type ServiceExecutorModifierConstructorDescriptionServiceExecutorDecorator
(ServiceExecutor base, ChainingServiceExecutor decorator)