581582583584585586587
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
595596597598599600601
* components * @exception NamingException if a naming exception is encountered */ public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }
593594595596597598599
607608609610611612613
584585586587588589590
598599600601602603604
580581582583584585586
594595596597598599600
866867868869870871872
* @exception NamingException if a naming exception is encountered */ @Override public NameParser getNameParser(Name name) throws NamingException { return new NameParserImpl(); }
881882883884885886887
* @exception NamingException if a naming exception is encountered */ @Override public NameParser getNameParser(String name) throws NamingException { return new NameParserImpl(); }