559560561562563564565
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
573574575576577578579
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }
581582583584585586587
595596597598599600601
916917918919920921922
* @exception NamingException if a naming exception is encountered */ @Override public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
931932933934935936937
* @exception NamingException if a naming exception is encountered */ @Override public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }
628629630631632633634
642643644645646647648