package javax.naming; public interface NameParser { Name parse(String str) throws NamingException; }