public class ClassInfoResolverImpl extends java.lang.Object implements ClassInfoResolver
| Constructor and Description |
|---|
ClassInfoResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindReference(java.lang.Object key,
ClassInfo classInfo)
Adds the given Reference to this ClassInfo resolver
|
java.util.Enumeration |
keys()
Returns all the keys used for binding ClassInfo objects
|
ClassInfo |
resolve(java.lang.Object key)
Returns the ClassInfo which has been bound to the given key
|
public void bindReference(java.lang.Object key,
ClassInfo classInfo)
bindReference in interface ClassInfoResolverkey - the key to bind a reference toclassInfo - the ClassInfo which is being referencedpublic java.util.Enumeration keys()
public ClassInfo resolve(java.lang.Object key)
resolve in interface ClassInfoResolverkey - the object to which the ClassInfo has been boundIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com