- All Known Subinterfaces:
ServiceExecutorFactory
- All Known Implementing Classes:
ServiceExecutorDecorator
,ServiceExecutorHttp
,ServiceExecutorOverRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for handling service execution requests on a per-binding level.
-
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.
-
Method Details
-
createExecution
QueryIterator createExecution(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) If this factory cannot handle the execution request then this method should return null. Otherwise, aQueryIterator
is returned.- Returns:
- A QueryIterator if this factory can handle the request, or null otherwise.
-