public class NameParser extends Object implements NameParser
| Modifier and Type | Field and Description |
|---|---|
static NameParser |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Name |
parse(String name)
Parse the string name into a
javax.naming.Name instance. |
public static final NameParser INSTANCE
public Name parse(String name) throws NamingException
javax.naming.Name instance.parse in interface NameParsername - The name to parseNamingExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.