558559560561562563564
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
572573574575576577578
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }
559560561562563564565
573574575576577578579
828829830831832833834
842843844845846847848
615616617618619620621
629630631632633634635