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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXWSExecutorFactory
public JAXWSExecutorFactory()
getExecutorInstance
public Executor getExecutorInstance()
- Specified by:
getExecutorInstance
in interface ExecutorFactory
- Returns:
getExecutorInstance
public Executor getExecutorInstance(int executorType)
- Specified by:
getExecutorInstance
in interface ExecutorFactory
- Returns:
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.