org.jnp.interfaces
Class NamingParser

java.lang.Object
  extended by org.jnp.interfaces.NamingParser
All Implemented Interfaces:
Serializable, NameParser

public class NamingParser
extends Object
implements NameParser, Serializable

The NamingParser for the jnp naming implementation

Version:
$Revision: 57199 $
Author:
Rickard Oberg, Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
NamingParser()
           
 
Method Summary
static Properties getSyntax()
           
 Name parse(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 Properties getSyntax()

parse

public Name parse(String name)
           throws NamingException
Specified by:
parse in interface NameParser
Throws:
NamingException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.