org.apache.axis2.jaxws.utility
Class JAXWSExecutorFactory

java.lang.Object
  extended by 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
JAXWSExecutorFactory()
           
 
Method Summary
 Executor getExecutorInstance()
           
 Executor getExecutorInstance(int executorType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSExecutorFactory

public JAXWSExecutorFactory()
Method Detail

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.