Uses of Class
org.apache.camel.support.jndi.JndiContext
-
Packages that use JndiContext Package Description org.apache.camel.support.jndi A simple JNDI context which can be used with the JndiRegistry -
-
Uses of JndiContext in org.apache.camel.support.jndi
Methods in org.apache.camel.support.jndi that return JndiContext Modifier and Type Method Description protected JndiContext
JndiContext. newContext()
Constructors in org.apache.camel.support.jndi with parameters of type JndiContext Constructor Description JndiContext(JndiContext clone, Hashtable<String,Object> env)
JndiContext(JndiContext clone, Hashtable<String,Object> env, String nameInNamespace)
-