java.lang.Object
org.apache.jena.sparql.service.ServiceExec
Entry into the service executor from SPARQL queries.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryIterator
exec
(QueryIterator input, OpService opService, ExecutionContext execCxt) Execute an OpService w.r.t. the execCxt's service executor registry.
-
Constructor Details
-
ServiceExec
public ServiceExec()
-
-
Method Details
-
exec
public static QueryIterator exec(QueryIterator input, OpService opService, ExecutionContext execCxt) Execute an OpService w.r.t. the execCxt's service executor registry. This is the route from OpExecutor.
-