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


Method Summary
 void exportObjectContents(Object contentHolder, IxbElement fileXML, Exporter exporter)
          Exports all contents of the content holder "contentHolder".
 

Method Detail

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