Package org.apache.axis2.transport.jms
Class ServiceTaskManagerFactory
- java.lang.Object
-
- org.apache.axis2.transport.jms.ServiceTaskManagerFactory
-
public class ServiceTaskManagerFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServiceTaskManager
createTaskManagerForService(JMSConnectionFactory jcf, AxisService service, WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory
-
-
-
Method Detail
-
createTaskManagerForService
public static ServiceTaskManager createTaskManagerForService(JMSConnectionFactory jcf, AxisService service, WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory- Parameters:
jcf
-service
-workerPool
-- Returns:
-
-