Interface | Description |
---|---|
Context | |
Name |
Interface descriping a name build up from different components.
|
NameParser |
Parser the string representation of the given name into the
Name
representation. |
NamingEnumeration<T> |
The specific type of enumeration that supports throwing various exceptions by
the hasMore method.
|
Referenceable |
The object, implementing this interface, can provided the
Reference about itself. |
Class | Description |
---|---|
BinaryRefAddr |
RefAddr that uses a byte array as content.
|
Binding |
Binding represents the name-object mapping of a
binding in a context. |
CompositeName |
Represents names that may span over several namespaces.
|
CompoundName |
Represents hierarchical names from the single namespace.
|
InitialContext |
The starting context for performing naming operations.
|
LinkRef | |
NameClassPair |
NameClassPair represents the name-classname mapping pair
of a binding in a context. |
RefAddr |
Abstract superclass of addresses used in References.
|
Reference |
This class represents a reference to an object that is located outside of the
naming/directory system.
|
StringRefAddr |
RefAddr that uses a String as content.
|