Beispiel #1
0
 /**
  * Return the name parser for the specified name.
  *
  * @return the NameParser instance.
  * @throws NamingException if there is an exception.
  */
 @Override
 public NameParser getNameParser(String name) throws NamingException {
   if (namingManager == null) throw new NamingException();
   return namingManager.getNameParser();
 }