|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClassExporter
Interface for all class handrlers for export.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
exportObject(Object ob,
Exporter exporter)
Exports the specified object in context given by parameter exporter. |
void |
finalizeExport(Exporter exporter)
This method is called in the end of the whole export process to execute any additional export process finalization. |
| Method Detail |
|---|
void exportObject(Object ob,
Exporter exporter)
throws WTException
ob - The object to be exported.exporter - The Exporter instance that represents the context of the export operation.
WTException
void finalizeExport(Exporter exporter)
throws WTException
exporter - Exports the specified object in context given by parameter exporter.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||