org.codehaus.spice.jndikit
Class DefaultNameParser
java.lang.Object
org.codehaus.spice.jndikit.DefaultNameParser
- All Implemented Interfaces:
- Serializable, NameParser
public class DefaultNameParser
- extends Object
- implements Serializable, NameParser
A simple cas sensitive name parser that reads left
to right with '/' as separator.
- Version:
- $Revision: 1.1 $ $Date: 2003/11/27 00:50:47 $
- Author:
- Peter Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultNameParser
public DefaultNameParser()
parse
public Name parse(String name)
throws NamingException
- Specified by:
parse
in interface NameParser
- Throws:
NamingException
Copyright © 1999-2008 Codehaus. All Rights Reserved.