cookxml.core.interfaces
Interface Helper
- All Superinterfaces:
- NoAdd
public interface Helper
- extends NoAdd
This interface is intended to reduce the need to create a custom Creator when it
is necessary to use helper objects.
Basically, the helper class (say MyHelperClass) would implement this
interface. Then one inserts the creator for this helper class by calling
HelperCreator.getCreator (MyHelperClass.class).
- Since:
- CookXml 2.2.1
- Version:
- $Id: Helper.java 218 2007-06-06 06:10:10Z coconut $
- See Also:
HelperCreator
getFinalObject
Object getFinalObject()
throws Exception
- Throws:
Exception