Package org.apache.naming
Class NameParserImpl
java.lang.Object
org.apache.naming.NameParserImpl
- All Implemented Interfaces:
 NameParser
Parses names.
- Author:
 - Remy Maucherat
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
NameParserImpl
public NameParserImpl() 
 - 
 - 
Method Details
- 
parse
Parses a name into its components.- Specified by:
 parsein interfaceNameParser- 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
 
 -