org.jnp.interfaces
Class NamingParser

java.lang.Object
  extended byorg.jnp.interfaces.NamingParser
All Implemented Interfaces:
javax.naming.NameParser, java.io.Serializable

public class NamingParser
extends java.lang.Object
implements javax.naming.NameParser, java.io.Serializable

The NamingParser for the jnp naming implementation

See Also:
Serialized Form

Constructor Summary
NamingParser()
           
 
Method Summary
static java.util.Properties getSyntax()
           
 javax.naming.Name parse(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingParser

public NamingParser()
Method Detail

getSyntax

public static java.util.Properties getSyntax()

parse

public javax.naming.Name parse(java.lang.String name)
                        throws javax.naming.NamingException
Specified by:
parse in interface javax.naming.NameParser
Throws:
javax.naming.NamingException