621622623624625626627
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
635636637638639640641
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }
559560561562563564565
573574575576577578579
934935936937938939940
* @exception NamingException if a naming exception is encountered */ @Override public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
949950951952953954955
* @exception NamingException if a naming exception is encountered */ @Override public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }
581582583584585586587
595596597598599600601