Package org.apache.axis2.jaxws.utility
Class SingleThreadedExecutor
java.lang.Object
org.apache.axis2.jaxws.utility.SingleThreadedExecutor
- All Implemented Interfaces:
Executor
A simple Executor implementation that does not create a new thread
for processing work, but just borrows the current thread.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary