org.exolab.castor.builder.util
public class ClassInfoResolverImpl extends Object implements ClassInfoResolver
Version: $Revision: 6302 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
| Constructor Summary | |
|---|---|
| ClassInfoResolverImpl() | |
| Method Summary | |
|---|---|
| void | bindReference(Object key, ClassInfo classInfo)
Adds the given Reference to this ClassInfo resolver
|
| Enumeration | keys()
Returns all the keys used for binding ClassInfo objects
|
| ClassInfo | resolve(Object key)
Returns the ClassInfo which has been bound to the given key
|
Parameters: key the key to bind a reference to classInfo the ClassInfo which is being referenced
Returns: an Enumeration over the keys using for binding ClassInfo objects
Parameters: key the object to which the ClassInfo has been bound
Returns: the ClassInfo which has been bound to the given key