public final class CNNameParser extends Object implements NameParser
| Constructor and Description |
|---|
CNNameParser()
Constructs a new name parser for parsing names in INS syntax.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
parse(String name)
Returns a CompoundName given a string in INS syntax.
|
public CNNameParser()
public Name parse(String name) throws NamingException
parse in interface NameParsername - The non-null string representation of the name.NamingExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.