org.apache.wsif.util.jms
Class WSIFJMSFinderForJndi
java.lang.Object
org.apache.wsif.util.jms.WSIFJMSFinder
org.apache.wsif.util.jms.WSIFJMSFinderForJndi
- public class WSIFJMSFinderForJndi
- extends WSIFJMSFinder
Finds JMS objects by looking them up in JNDI.
- Author:
- Mark Whitlock
|
Constructor Summary |
WSIFJMSFinderForJndi(java.lang.String jmsVendorURL,
java.lang.String initialContextFactory,
java.lang.String jndiProviderURL,
java.lang.String style,
java.lang.String jndiConnectionFactory,
java.lang.String jndiDestinationName,
java.lang.String portName)
Package private constructor. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSIFJMSFinderForJndi
public WSIFJMSFinderForJndi(java.lang.String jmsVendorURL,
java.lang.String initialContextFactory,
java.lang.String jndiProviderURL,
java.lang.String style,
java.lang.String jndiConnectionFactory,
java.lang.String jndiDestinationName,
java.lang.String portName)
throws WSIFException
- Package private constructor.
- Parameters:
jmsVendorURL - uniquely identifies the JMS implementation. Unused at present.initialContextFactory - used to get JNDI's InitialContext in a non-managed environmentjndiProviderURL - of the JNDI repositorystyle - is either queue or topicjndiConnectionFactory - is the JNDI name of the qcfjndiDestinationName - is the JNDI name of the initial queue.
getFactory
public javax.jms.QueueConnectionFactory getFactory()
- Specified by:
getFactory in class WSIFJMSFinder
getInitialDestination
public javax.jms.Destination getInitialDestination()
- Specified by:
getInitialDestination in class WSIFJMSFinder
deep
public java.lang.String deep()
Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.