Uses of Class
org.apache.axis2.transport.jms.JMSConnectionFactory
-
Packages that use JMSConnectionFactory Package Description org.apache.axis2.transport.jms Transport implementation for JMS. -
-
Uses of JMSConnectionFactory in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms that return JMSConnectionFactory Modifier and Type Method Description JMSConnectionFactory
JMSEndpoint. getCf()
JMSConnectionFactory
JMSListener. getConnectionFactory(AxisService service)
Return the connection factory name for this service.JMSConnectionFactory
JMSOutTransportInfo. getJmsConnectionFactory()
JMSConnectionFactory
JMSConnectionFactoryManager. getJMSConnectionFactory(String name)
Get the JMS connection factory with the given name.JMSConnectionFactory
JMSConnectionFactoryManager. getJMSConnectionFactory(Map<String,String> props)
Get the JMS connection factory that matches the given properties, i.e. referring to the same underlying connection factory.Methods in org.apache.axis2.transport.jms with parameters of type JMSConnectionFactory Modifier and Type Method Description static ServiceTaskManager
ServiceTaskManagerFactory. createTaskManagerForService(JMSConnectionFactory jcf, AxisService service, WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactoryConstructors in org.apache.axis2.transport.jms with parameters of type JMSConnectionFactory Constructor Description JMSMessageSender(JMSConnectionFactory jmsConnectionFactory, String targetAddress)
Create a JMSSender using a JMSConnectionFactory and target EPR
-