Package org.castor.xmlctf
Interface ObjectModelBuilder
public interface ObjectModelBuilder
Encapsulates the hard-coded generation of an instance of an object model. It
has to be connected to an XML document during the test to check that they are
'equivalent'.
- Version:
- $Revision: 6785 $ $Date: 2003-10-15 09:17:49 -0600 (Wed, 15 Oct 2003) $
- Author:
- Sebastien Gignoux
-
Method Summary
Modifier and TypeMethodDescriptionGenerates and returns a new instance from the hard-coded data.
-
Method Details
-
buildInstance
Generates and returns a new instance from the hard-coded data.- Returns:
- a new instance from the hard-coded data
- Throws:
Exception
- if anything goes wrong creating the instance
-