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 java.lang.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.


Constructor Summary
JAXWSExecutorFactory()
           
 
Method Summary
 java.util.concurrent.Executor getExecutorInstance()
           
 
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 java.util.concurrent.Executor getExecutorInstance()
Specified by:
getExecutorInstance in interface ExecutorFactory


Copyright © 2007 Apache Web Services Project. All Rights Reserved.