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 |
Object |
buildInstance()
Generates and returns a new instance from the hard-coded data. |
buildInstance
Object buildInstance()
throws Exception
- 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
Copyright © 2012. All Rights Reserved.