org.apache.axis2.jaxws.utility
Interface ExecutorFactory

All Known Implementing Classes:
JAXWSExecutorFactory

public interface ExecutorFactory

This is the interface that should be implemented by classes that wish to provide Executor instances to the JAX-WS runtime. When the runtime needs an Executor instance it will look in the FactoryRegistry for an implementation of this factory and retrieve the instance.


Method Summary
 java.util.concurrent.Executor getExecutorInstance()
           
 

Method Detail

getExecutorInstance

java.util.concurrent.Executor getExecutorInstance()


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