org.apache.naming

Class NameParserImpl

Implemented Interfaces:
NameParser

public class NameParserImpl
extends java.lang.Object
implements NameParser

Parses names.

Version:
$Revision: 1.2 $ $Date: 2004/02/27 14:58:53 $

Author:
Remy Maucherat

Method Summary

Name
parse(String name)
Parses a name into its components.

Method Details

parse

public Name parse(String name)
            throws NamingException
Parses a name into its components.

Parameters:
name - The non-null string name to parse

Returns:
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.