Uses of Interface
javax.naming.NameParser

Packages that use NameParser
javax.naming Provides the classes and interfaces for accessing naming services. 
javax.naming.spi Provides the means for dynamically plugging in support for accessing naming and directory services through the javax.naming and related packages. 
 

Uses of NameParser in javax.naming
 

Methods in javax.naming that return NameParser
 NameParser InitialContext.getNameParser(String name)
           
 NameParser InitialContext.getNameParser(Name name)
           
 NameParser Context.getNameParser(Name name)
          Retrieves the parser associated with the named context.
 NameParser Context.getNameParser(String name)
          Retrieves the parser associated with the named context.
 

Uses of NameParser in javax.naming.spi
 

Methods in javax.naming.spi that return NameParser
 NameParser ContinuationContext.getNameParser(Name name)
           
 NameParser ContinuationContext.getNameParser(String name)