Package org.apache.axis2.jaxws.utility
Class JAXWSExecutorFactory
- java.lang.Object
-
- org.apache.axis2.jaxws.utility.JAXWSExecutorFactory
-
- All Implemented Interfaces:
ExecutorFactory
public class JAXWSExecutorFactory extends Object implements ExecutorFactory
This is an implementation of the ExecutorFactory interface. It is used to provide an Executor to a ServiceDelegate instance. The Executor instance will be backed by the JAXWSThreadFactory.
-
-
Field Summary
-
Fields inherited from interface org.apache.axis2.jaxws.utility.ExecutorFactory
CLIENT_EXECUTOR, SERVER_EXECUTOR
-
-
Constructor Summary
Constructors Constructor Description JAXWSExecutorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Executor
getExecutorInstance()
Executor
getExecutorInstance(int executorType)
-
-
-
Method Detail
-
getExecutorInstance
public Executor getExecutorInstance()
- Specified by:
getExecutorInstance
in interfaceExecutorFactory
- Returns:
-
getExecutorInstance
public Executor getExecutorInstance(int executorType)
- Specified by:
getExecutorInstance
in interfaceExecutorFactory
- Returns:
-
-