Class JndiHelper
- java.lang.Object
-
- org.apache.cxf.transport.jms.util.JndiHelper
-
public class JndiHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description JndiHelper(Properties environment)Create a new JndiTemplate instance, using the given environment.
-
-
-
Constructor Detail
-
JndiHelper
public JndiHelper(Properties environment)
Create a new JndiTemplate instance, using the given environment.
-
-
Method Detail
-
lookup
public <T> T lookup(String name, Class<T> requiredType) throws NamingException
- Throws:
NamingException
-
-