javax.naming
public interface NameParser
See Also: getNameParser getNameParser
Method Summary | |
---|---|
Name | parse(String name)
Parser the string name representation into the {@link Name} representation
|
Parameters: name the string representation of the name
Returns: the {@link Name} representation of the name.
Throws: InvalidNameException if the name violates the syntax, expected by this parser NamingException if some other naming exception occurs