JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.naming
javax.naming
NameParser
Uses of Interface
javax.naming.NameParser
Packages that use
NameParser
Package
Description
javax.naming
Provides the classes and interfaces for accessing naming services.
Uses of
NameParser
in
javax.naming
Methods in
javax.naming
that return
NameParser
Modifier and Type
Method
Description
NameParser
Context.
getNameParser
(
String
name)
Retrieves the parser associated with the named context.
NameParser
Context.
getNameParser
(
Name
name)
Retrieves the parser associated with the named context.
NameParser
InitialContext.
getNameParser
(
String
name)
NameParser
InitialContext.
getNameParser
(
Name
name)