javax.naming

Interface NameParser

public interface NameParser

Parser the string representation of the given name into the {@link Name} representation.

See Also: getNameParser getNameParser

Method Summary
Nameparse(String name)
Parser the string name representation into the {@link Name} representation

Method Detail

parse

public 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