Parse a name into its components.paramname The non-null string name to parse.returnA non-null parsed form of the name using the naming convention of this parser.exceptionNamingException If a naming exception was encountered. syntax.put("jndi.syntax.direction", "left_to_right"); syntax.put("jndi.syntax.separator", "/"); syntax.put("jndi.syntax.ignorecase", "false"); return new CompoundName(name, syntax);
syntax.put("jndi.syntax.direction", "left_to_right"); syntax.put("jndi.syntax.separator", "/"); syntax.put("jndi.syntax.ignorecase", "false"); return new CompoundName(name, syntax);