Package org.apache.cxf.workqueue
Class SynchronousExecutor
java.lang.Object
org.apache.cxf.workqueue.SynchronousExecutor
- All Implemented Interfaces:
Executor
Used to mimic Executor semantics by hijacking calling thread.
Must be used for Service.getExecutor() return unless a real
(i.e. truely asynchronous) Executor is available.
-
Method Summary