org.exolab.castor.xml.util.resolvers
Class ByIntrospection
- ResolverClassCommand
public class ByIntrospection
Resolve a class by creating a generic descriptor based on the informations
read from the class with introspection.
protected Map | internalResolve(String className, ClassLoader classLoader, Map properties) - Creates an XMLClassDescriptor for the given type by using introspection.
|
ByIntrospection
public ByIntrospection()
No specific stuff needed.
internalResolve
protected Map internalResolve(String className,
ClassLoader classLoader,
Map properties)
throws ResolverException
Creates an XMLClassDescriptor for the given type by using introspection.
This method will rely on the Introspector
set with
setIntrospector
. If a descriptor is successfully created it
will be added to the DescriptorCache.
NOTE: If this XMLClassDescriptorResolver is NOT configured to use
introspection this method will NOT create an descriptor.
- internalResolve in interface AbstractResolverClassCommand
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com