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 NameParser
name
- The non-null string representation of the name.NamingException
Copyright © 2017 JBoss by Red Hat. All rights reserved.