833834835836837838839
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
847848849850851852853
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }
558559560561562563564
572573574575576577578
581582583584585586587
595596597598599600601
631632633634635636637
645646647648649650651