Parses 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.
Parameters: name - name to parse throws: NamingException - if naming error occurrs |