public class JMSConnectionFactoryManager extends Object
JMSConnectionFactory objects.| Constructor and Description |
|---|
JMSConnectionFactoryManager(org.apache.axis2.description.ParameterInclude trpInDesc)
Construct a Connection factory manager for the JMS transport sender or receiver
|
| Modifier and Type | Method and Description |
|---|---|
JMSConnectionFactory |
getJMSConnectionFactory(Map<String,String> props)
Get the JMS connection factory that matches the given properties, i.e.
|
JMSConnectionFactory |
getJMSConnectionFactory(String name)
Get the JMS connection factory with the given name.
|
protected void |
handleException(String msg,
Exception e) |
void |
stop()
Stop all connection factories.
|
public JMSConnectionFactoryManager(org.apache.axis2.description.ParameterInclude trpInDesc)
trpInDesc - public JMSConnectionFactory getJMSConnectionFactory(String name)
name - the name of the JMS connection factorypublic JMSConnectionFactory getJMSConnectionFactory(Map<String,String> props)
props - a Map of connection factory JNDI properties and namepublic void stop()
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.