Package org.eclipse.jetty.jndi.java
Class javaNameParser
- java.lang.Object
-
- org.eclipse.jetty.jndi.java.javaNameParser
-
- All Implemented Interfaces:
javax.naming.NameParser
public class javaNameParser extends java.lang.Object implements javax.naming.NameParser
javaNameParser
-
-
Constructor Summary
Constructors Constructor Description javaNameParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.naming.Name
parse(java.lang.String name)
Parse a name into its components.
-
-
-
Method Detail
-
parse
public javax.naming.Name parse(java.lang.String name) throws javax.naming.NamingException
Parse a name into its components.- Specified by:
parse
in interfacejavax.naming.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:
javax.naming.NamingException
- If a naming exception was encountered.
-
-