Package org.apache.naming
Class NameParserImpl
java.lang.Object
org.apache.naming.NameParserImpl
- All Implemented Interfaces:
- NameParser
Parses names.
- Author:
- Remy Maucherat
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
NameParserImplpublic NameParserImpl()
 
- 
- 
Method Details- 
parseParses a name into its components.- Specified by:
- parsein interface- NameParser
- Parameters:
- name- The non-null string name to parse
- Returns:
- A non-null parsed form of the name using the naming convention of this parser.
- Throws:
- NamingException
 
 
-