wt.ixb.publicforapps
Class ExpImporter

java.lang.Object
  extended by wt.ixb.publicforapps.ExpImporter
Direct Known Subclasses:
Exporter, Importer

public abstract class ExpImporter
extends Object

This abstract class represents common part of Exporter and Importer classes.

Supported API: true

Extendable: false


Field Summary
 wt.ixb.publicforhandlers.AttributeExporterImporterManager attributeExporterImporterManager
          Represents manager for export/import attribute handlers

Supported API: true
 Hashtable generalContext
          Represents general export/import context

Supported API: true
 wt.ixb.publicforhandlers.IxbHandlersManager ixbHandlersManager
          Represents manager for export/import handlers

Supported API: true
 
Method Summary
abstract  void logMessage(String resourceBundle, String messageKey, Object[] textInserts)
          Sends log message to export/import application

Supported API: true
abstract  void logMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel)
          Sends log message to export/import application

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generalContext

public Hashtable generalContext
Represents general export/import context

Supported API: true


ixbHandlersManager

public wt.ixb.publicforhandlers.IxbHandlersManager ixbHandlersManager
Represents manager for export/import handlers

Supported API: true


attributeExporterImporterManager

public wt.ixb.publicforhandlers.AttributeExporterImporterManager attributeExporterImporterManager
Represents manager for export/import attribute handlers

Supported API: true

Method Detail

logMessage

public abstract void logMessage(String resourceBundle,
                                String messageKey,
                                Object[] textInserts)
                         throws WTException
Sends log message to export/import application

Supported API: true

Parameters:
resourceBundle -
messageKey -
textInserts -
Throws:
WTException

logMessage

public abstract void logMessage(String resourceBundle,
                                String messageKey,
                                Object[] textInserts,
                                int importanceLevel)
                         throws WTException
Sends log message to export/import application

Supported API: true

Parameters:
resourceBundle -
messageKey -
textInserts -
importanceLevel -
Throws:
WTException