org.jboss.naming
Class HttpNamingContextFactory

java.lang.Object
  extended by org.jboss.naming.HttpNamingContextFactory
All Implemented Interfaces:
InitialContextFactory, ObjectFactory

public class HttpNamingContextFactory
extends Object
implements InitialContextFactory, ObjectFactory

A naming provider InitialContextFactory implementation that obtains a Naming proxy from an HTTP URL.

Version:
$Revision: 57209 $
Author:
Scott.Stark@jboss.org
See Also:
InitialContextFactory

Constructor Summary
HttpNamingContextFactory()
           
 
Method Summary
 Context getInitialContext(Hashtable env)
           
 Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpNamingContextFactory

public HttpNamingContextFactory()
Method Detail

getInitialContext

public Context getInitialContext(Hashtable env)
                          throws NamingException
Specified by:
getInitialContext in interface InitialContextFactory
Throws:
NamingException

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable env)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.