org.apache.camel.component.servletlistener
Class JndiCamelServletContextListener
java.lang.Object
org.apache.camel.component.servletlistener.CamelServletContextListener<org.apache.camel.impl.JndiRegistry>
org.apache.camel.component.servletlistener.JndiCamelServletContextListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class JndiCamelServletContextListener
- extends CamelServletContextListener<org.apache.camel.impl.JndiRegistry>
An implementation of CamelServletContextListener
that uses the JndiRegistry
as its Registry
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JndiCamelServletContextListener
public JndiCamelServletContextListener()
createRegistry
protected org.apache.camel.impl.JndiRegistry createRegistry()
throws Exception
- Description copied from class:
CamelServletContextListener
- Creates the
Registry
implementation to use.
- Specified by:
createRegistry
in class CamelServletContextListener<org.apache.camel.impl.JndiRegistry>
- Throws:
Exception
getJndiContext
public Context getJndiContext()
Apache Camel