Name

Resolver

Synopsis

The Resolver interface contains methods that are implemented by objects that can act as intermediate contexts for naming resolution purposes.

public interface Resolver {
// Public Instance Methods
   public abstract ResolveResult resolveToClass(String name, 
        Class contextType) throws NamingException;  
   public abstract ResolveResult resolveToClass(
        javax.naming.Name name, 
        Class contextType) throws NamingException;  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.