Package | Description |
---|---|
org.apache.axis2.transport.jms |
JMS Listener Configuration (axis2.xml)
|
Modifier and Type | Method and Description |
---|---|
JMSConnectionFactory |
JMSEndpoint.getCf() |
JMSConnectionFactory |
JMSListener.getConnectionFactory(AxisService service)
Return the connection factory name for this service.
|
JMSConnectionFactory |
JMSOutTransportInfo.getJmsConnectionFactory() |
JMSConnectionFactory |
JMSConnectionFactoryManager.getJMSConnectionFactory(Map<String,String> props)
Get the JMS connection factory that matches the given properties, i.e.
|
JMSConnectionFactory |
JMSConnectionFactoryManager.getJMSConnectionFactory(String name)
Get the JMS connection factory with the given name.
|
Modifier and Type | Method and Description |
---|---|
static ServiceTaskManager |
ServiceTaskManagerFactory.createTaskManagerForService(JMSConnectionFactory jcf,
AxisService service,
WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory
|
Constructor and Description |
---|
JMSMessageSender(JMSConnectionFactory jmsConnectionFactory,
String targetAddress)
Create a JMSSender using a JMSConnectionFactory and target EPR
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.