org.exolab.castor.xml.handlers
public class DefaultFieldHandlerFactory extends FieldHandlerFactory
Version: $Revision: 5951 $ $Date: 2004-04-08 22:44:47 -0600 (Thu, 08 Apr 2004) $
Method Summary | |
---|---|
GeneralizedFieldHandler | createFieldHandler(Class type)
Creates a GeneralizedFieldHandler for the given class type.
|
Class[] | getSupportedTypes()
Returns an array of the supported Class types
for this FieldHandlerFactory. |
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.