javax.naming.spi
Interface Resolver
public interface Resolver
Represents the object, capable for the at least partial name resolution.
The object is not necessay capable for the complete name resolution and
need not implement the Context
.
Both passed parameters and returned results are owned by the caller.
resolveToClass
ResolveResult resolveToClass(Name name,
Class<? extends Context> contextType)
throws NamingException
- Throws:
NamingException
resolveToClass
ResolveResult resolveToClass(String name,
Class<? extends Context> contextType)
throws NamingException
- Throws:
NamingException