|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.jndi.http.HttpJndiInitialContextFactory | +--org.exolab.jms.jndi.http.SslHttpJndiInitialContextFactory
This is the client side helper class that retrieves the root context of the JNDI server. This class implements the InitialContextFactory interface.
Fields inherited from class org.exolab.jms.jndi.http.HttpJndiInitialContextFactory |
SERVLET |
Constructor Summary | |
SslHttpJndiInitialContextFactory()
Default constructor |
Method Summary | |
protected java.lang.String |
getProviderURL(java.util.Hashtable environment)
Returns the JNDI provider URL |
protected org.exolab.core.http.HttpClient |
openConnection(java.lang.String url)
Get a connection to the JNDI provider |
Methods inherited from class org.exolab.jms.jndi.http.HttpJndiInitialContextFactory |
getInitialContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SslHttpJndiInitialContextFactory()
Method Detail |
protected java.lang.String getProviderURL(java.util.Hashtable environment) throws javax.naming.NamingException
getProviderURL
in class HttpJndiInitialContextFactory
javax.naming.NamingException
- if the URL cannot be determinedprotected org.exolab.core.http.HttpClient openConnection(java.lang.String url) throws javax.naming.NamingException
openConnection
in class HttpJndiInitialContextFactory
url
- the JNDI provider URLjavax.naming.NamingException
- if a connection cannot be established
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |