wt.ixb.publicforhandlers
Class AttributeExporterImporterManager

java.lang.Object
  extended bywt.ixb.publicforhandlers.AttributeExporterImporterManager

public class AttributeExporterImporterManager
extends Object


Field Summary
private  ExpImporter expImporter
           
private  Hashtable table
           
 
Constructor Summary
AttributeExporterImporterManager(ExpImporter _expImporter)
           
 
Method Summary
 void finalizeExport()
           
 void finalizeImport()
           
 AttributeExporterImporter getAttributeExporterImporter(Class cl)
           
 Enumeration getAttributeHandlers()
           
private static void PP(String s)
           
 void prepareForImport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expImporter

private ExpImporter expImporter

table

private Hashtable table
Constructor Detail

AttributeExporterImporterManager

public AttributeExporterImporterManager(ExpImporter _expImporter)
Method Detail

getAttributeExporterImporter

public AttributeExporterImporter getAttributeExporterImporter(Class cl)
                                                       throws WTException
Throws:
WTException

finalizeExport

public void finalizeExport()
                    throws WTException
Throws:
WTException

prepareForImport

public void prepareForImport()
                      throws WTException
Throws:
WTException

finalizeImport

public void finalizeImport()
                    throws WTException
Throws:
WTException

PP

private static void PP(String s)

getAttributeHandlers

public Enumeration getAttributeHandlers()