Uses of Class
org.apache.camel.util.jndi.JndiContext

Packages that use JndiContext
org.apache.camel.util.jndi A simple JNDI context which can be used with the JndiRegistry 
 

Uses of JndiContext in org.apache.camel.util.jndi
 

Methods in org.apache.camel.util.jndi that return JndiContext
protected  JndiContext JndiContext.newContext()
           
 

Constructors in org.apache.camel.util.jndi with parameters of type JndiContext
JndiContext(JndiContext clone, Hashtable<String,Object> env)
           
JndiContext(JndiContext clone, Hashtable<String,Object> env, String nameInNamespace)
           
 



Apache Camel