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 NameParser
name
- The name to parseNamingException
Copyright © 2014 JBoss by Red Hat. All rights reserved.