public abstract class ObjectFactory
extends java.lang.Object
Constructor and Description |
---|
ObjectFactory() |
Modifier and Type | Method and Description |
---|---|
protected JBaseSerializable |
createGenericObjects(int objectType)
Creates any generic (i.e common to all framework clients) objects.
|
protected abstract JBaseSerializable |
createObject(int objectType)
Create JBaseSerializable object from the supplied object type.
|
protected abstract JBaseSerializable createObject(int objectType) throws UnknownTypeException
Create JBaseSerializable object from the supplied object type.
objectType
- type identifierUnknownTypeException
protected JBaseSerializable createGenericObjects(int objectType) throws UnknownTypeException
objectType
- type identifierUnknownTypeException