org.apache.naming
Class NameParserImpl
java.lang.Object
org.apache.naming.NameParserImpl
- NameParser
public class NameParserImpl
extends java.lang.Object
implements NameParser
Parses names.
Version:
- Remy Maucherat
Name | parse(String name) - Parses a name into its components.
|
parse
public Name parse(String name)
throws NamingException
Parses a name into its components.
name
- The non-null string name to parse
- A non-null parsed form of the name using the naming convention
of this parser.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.