|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.transport.jms.JMSConnectionFactoryManager
public class JMSConnectionFactoryManager
Class managing a set of JMSConnectionFactory objects.
| Constructor Summary | |
|---|---|
JMSConnectionFactoryManager(org.apache.axis2.description.ParameterInclude trpInDesc)
Construct a Connection factory manager for the JMS transport sender or receiver |
|
| Method Summary | |
|---|---|
JMSConnectionFactory |
getJMSConnectionFactory(java.util.Map<java.lang.String,java.lang.String> props)
Get the JMS connection factory that matches the given properties, i.e. |
JMSConnectionFactory |
getJMSConnectionFactory(java.lang.String name)
Get the JMS connection factory with the given name. |
protected void |
handleException(java.lang.String msg,
java.lang.Exception e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMSConnectionFactoryManager(org.apache.axis2.description.ParameterInclude trpInDesc)
trpInDesc - | Method Detail |
|---|
public JMSConnectionFactory getJMSConnectionFactory(java.lang.String name)
name - the name of the JMS connection factory
public JMSConnectionFactory getJMSConnectionFactory(java.util.Map<java.lang.String,java.lang.String> props)
props - a Map of connection factory JNDI properties and name
protected void handleException(java.lang.String msg,
java.lang.Exception e)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||