Class NameParserImpl

  • All Implemented Interfaces:
    NameParser

    public class NameParserImpl
    extends Object
    implements NameParser
    Parses names.
    Version:
    $Revision: 1.2 $ $Date: 2005/12/08 01:29:03 $
    Author:
    Remy Maucherat
    • Constructor Detail

      • NameParserImpl

        public NameParserImpl()
    • Method Detail

      • parse

        public Name parse​(String name)
                   throws NamingException
        Parses a name into its components.
        Specified by:
        parse in interface NameParser
        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.
        Throws:
        NamingException