Overview Package Class Tree Deprecated Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
org.apache.naming.resources
Class DirContextURLStreamHandlerFactoryjava.lang.Object org.apache.naming.resources.DirContextURLStreamHandlerFactory
- All Implemented Interfaces:
- java.net.URLStreamHandlerFactory
- public class DirContextURLStreamHandlerFactory
- extends java.lang.Object
- implements java.net.URLStreamHandlerFactory
Factory for Stream handlers to a JNDI directory context.
- Version:
- $Revision: 1.3 $
- Author:
- Remy Maucherat
Constructor Summary DirContextURLStreamHandlerFactory()
Method Summary java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
Creates a new URLStreamHandler instance with the specified protocol.
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail DirContextURLStreamHandlerFactory
public DirContextURLStreamHandlerFactory()
Method Detail createURLStreamHandler
public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
- Creates a new URLStreamHandler instance with the specified protocol. Will return null if the protocol is not jndi.
- Specified by:
- createURLStreamHandler in interface java.net.URLStreamHandlerFactory
- Parameters:
- protocol - the protocol (must be "jndi" here)
- Returns:
- a URLStreamHandler for the jndi protocol, or null if the protocol is not JNDI
Overview Package Class Tree Deprecated Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.