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(); }
914915916917918919920
* @exception NamingException if a naming exception is encountered */ @Override public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
929930931932933934935
* @exception NamingException if a naming exception is encountered */ @Override public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }
581582583584585586587
595596597598599600601
861862863864865866867
876877878879880881882