org.exolab.castor.builder
public interface ClassInfoResolver
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:41 $
Method Summary | |
---|---|
void | bindReference(Object key, ClassInfo classInfo)
Adds the given Reference to this ClassInfo resolver |
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
Parameters: key the object to which the ClassInfo has been bound
Returns: the ClassInfo which has been bound to the given key