org.exolab.castor.mapping
public abstract class FieldHandlerFactory extends Object
Version: $Revision: 1.1 $ $Date: 2003/10/23 19:53:59 $
Method Summary | |
---|---|
abstract GeneralizedFieldHandler | createFieldHandler(Class type)
Creates a GeneralizedFieldHandler for the given class type.
|
abstract Class[] | getSupportedTypes()
Returns an array of the supported Class types
for this FieldHandlerFactory. |
abstract boolean | isSupportedType(Class type)
Returns true if the given Class type is supported by
this FieldHandlerFactory. |
Parameters: type the Class type to create the FieldHandler for.
Returns: an array of supported Class types.
Parameters: type the Class type to determine support for.
Returns: true if the given Class type is supported.