|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.mapping.FieldHandlerFactory
public abstract class FieldHandlerFactory
An abstract factory class for creating GeneralizedFieldHandlers.
| Constructor Summary | |
|---|---|
FieldHandlerFactory()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldHandlerFactory()
| Method Detail |
|---|
public abstract Class[] getSupportedTypes()
public abstract boolean isSupportedType(Class type)
type - the Class type to determine support for.
public abstract GeneralizedFieldHandler createFieldHandler(Class type)
throws MappingException
type - the Class type to create the FieldHandler for.
MappingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||