Class CamelInitialContextFactory

java.lang.Object
org.apache.camel.support.jndi.CamelInitialContextFactory
All Implemented Interfaces:
InitialContextFactory
Direct Known Subclasses:
CamelSingletonInitialContextFactory

public class CamelInitialContextFactory extends Object implements InitialContextFactory
A factory of the Camel InitialContext which allows a Map to be used to create a JNDI context.

This implementation is prototype based, by creating a new context on each call to getInitialContext(java.util.Hashtable).

  • Constructor Details

    • CamelInitialContextFactory

      public CamelInitialContextFactory()
  • Method Details