Package org.apache.axis2.jaxws.utility
Class JAXWSThreadFactory
java.lang.Object
org.apache.axis2.jaxws.utility.JAXWSThreadFactory
- All Implemented Interfaces:
ThreadFactory
Factory to create threads in the ThreadPool Executor. We provide a factory so
the threads can be set as daemon threads so that they do not prevent the JVM from
exiting normally when the main client thread is finished.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JAXWSThreadFactory
public JAXWSThreadFactory()
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-