Class javaURLContextFactory
- java.lang.Object
-
- org.jboss.as.naming.interfaces.java.javaURLContextFactory
-
- All Implemented Interfaces:
ObjectFactory
public class javaURLContextFactory extends Object implements ObjectFactory
Implementation ofObjectFactoryused to create aNamingContextinstances to support the java: namespace.- Author:
- John E. Bailey
-
-
Constructor Summary
Constructors Constructor Description javaURLContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment)
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment) throws Exception
- Specified by:
getObjectInstancein interfaceObjectFactory- Throws:
Exception
-
-