com.sun.enterprise.naming.impl
Class SerialNameParser
java.lang.Object
com.sun.enterprise.naming.impl.SerialNameParser
- All Implemented Interfaces:
- NameParser
public class SerialNameParser
- extends Object
- implements NameParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerialNameParser
public SerialNameParser()
parse
public Name parse(String name)
throws NamingException
- Parse a name into its components.
- Specified by:
parse in 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 - If a naming exception was encountered.
Copyright © 2012. All Rights Reserved.