Interface for use with {@link FactoryCreateRule}. The rule calls {@link #createObject} to create an object to bepushed onto the Digester
stack whenever it is matched.
{@link AbstractObjectCreationFactory} is an abstract implementation suitable for creating anonymousObjectCreationFactory
implementations.
@param < T> The object type created byt the factory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|