Interface ObjectCreationFactory<T>

Type Parameters:
T - The object type created byt the factory.
All Known Implementing Classes:
AbstractObjectCreationFactory, FactoryCreate.DefaultObjectCreationFactory

public interface ObjectCreationFactory<T>

Interface for use with FactoryCreateRule. The rule calls createObject(org.xml.sax.Attributes) to create an object to be pushed onto the Digester stack whenever it is matched.

AbstractObjectCreationFactory is an abstract implementation suitable for creating anonymous ObjectCreationFactory implementations.