org.exolab.castor.builder.util
public class ClassInfoResolverImpl extends java.lang.Object implements ClassInfoResolver
Constructor and Description |
---|
ClassInfoResolverImpl()
Default constructor.
|
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 final void bindReference(java.lang.Object key, ClassInfo classInfo)
bindReference
in interface ClassInfoResolver
key
- the key to bind a reference to.classInfo
- the ClassInfo which is being referenced.public final java.util.Enumeration<?> keys()
public final ClassInfo resolve(java.lang.Object key)
resolve
in interface ClassInfoResolver
key
- the object to which the ClassInfo has been bound.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com