public static class NamingContext.NamingContextNameParser extends Object implements NameParser
Constructor and Description |
---|
NamingContext.NamingContextNameParser() |
public NamingContext.NamingContextNameParser()
public Name parse(String name) throws NamingException
name
into CompoundName
using the following CompoundName
properties:
jndi.syntax.direction = "left_to_right" jndi.syntax.separator = "/" jndi.syntax.ignorecase = "false" jndi.syntax.trimblanks = "yes"Any characters '.' in the name
name
will be replaced with the
separator character specified above, before parsing.parse
in interface NameParser
name
- name to parseNamingException
- if a naming error occursCopyright © 2011 Nuxeo SA. All Rights Reserved.