Class NameParserImpl

java.lang.Object
org.apache.naming.NameParserImpl
All Implemented Interfaces:
NameParser

public class NameParserImpl extends Object implements NameParser
Parses names.
Author:
Remy Maucherat
  • Constructor Details

    • NameParserImpl

      public NameParserImpl()
  • Method Details

    • 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