public interface NameClassPairMapper<T>
NameClassPair
objects to beans.Modifier and Type | Method and Description |
---|---|
T |
mapFromNameClassPair(NameClassPair nameClassPair)
Map
NameClassPair to an Object. |
T mapFromNameClassPair(NameClassPair nameClassPair) throws NamingException
NameClassPair
to an Object. The supplied
NameClassPair
is one of the results from a search
operation (search, list or listBindings). Depending on which search
operation is being performed, the NameClassPair
might be a
SearchResult
, Binding
or
NameClassPair
.nameClassPair
- NameClassPair
from a search operation.NameClassPair
.NamingException
- if one is encountered in the operation.