wt.ixb.publicforhandlers
Interface ExpImpForContentAttrtItfc
public interface ExpImpForContentAttrtItfc
All attribute export/import handlers which will export contents other than meta data should
implement this interface in order that the associated contents will be exported.
*
Supported API: true
exportObjectContents
void exportObjectContents(Object contentHolder,
IxbElement fileXML,
Exporter exporter)
throws WTException
- Exports all contents of the content holder "contentHolder".
- Parameters:
contentHolder - fileXML - exporter -
Supported API: true
- Throws:
WTException