|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NameParser
Parser the string representation of the given name into the Name
representation.
Context.getNameParser(String)
,
Context.getNameParser(Name)
Method Summary | |
---|---|
Name |
parse(String name)
Parser the string name representation into the Name representation |
Method Detail |
---|
Name parse(String name) throws NamingException
Name
representation
name
- the string representation of the name
Name
representation of the name.
InvalidNameException
- if the name violates the syntax, expected by
this parser
NamingException
- if some other naming exception occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |