|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.utility.JAXWSExecutorFactory
public class JAXWSExecutorFactory
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 | |
---|---|
JAXWSExecutorFactory()
|
Method Summary | |
---|---|
java.util.concurrent.Executor |
getExecutorInstance()
|
java.util.concurrent.Executor |
getExecutorInstance(int executorType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXWSExecutorFactory()
Method Detail |
---|
public java.util.concurrent.Executor getExecutorInstance()
getExecutorInstance
in interface ExecutorFactory
public java.util.concurrent.Executor getExecutorInstance(int executorType)
getExecutorInstance
in interface ExecutorFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |