|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.publicforapps.ExpImporter
This abstract class represents common part of Exporter
and Importer
classes.
Supported API: true
Extendable: false
Field Summary | |
AttributeExporterImporterManager |
attributeExporterImporterManager
Represents manager for export/import attribute handlers Supported API: true |
private static String |
CLASSNAME
|
protected String |
dtd
|
Hashtable |
generalContext
Represents general export/import context Supported API: true |
IxbHandlersManager |
ixbHandlersManager
Represents manager for export/import handlers Supported API: true |
private static String |
RESOURCE
|
protected Tuner |
tuner
|
Constructor Summary | |
protected |
ExpImporter(String importOrExport,
IxbElement localMappingRules)
Supported API: false |
protected |
ExpImporter(String importOrExport,
String ruleFileName)
Supported API: false |
Method Summary | |
String |
getDTD()
|
private void |
initializeTuner(String importOrExport,
IxbElement localMappingRules)
|
private void |
loadLocalProperties(IxbElement localMappingRules)
|
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 |
private static void |
PP(String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
protected String dtd
protected Tuner tuner
public Hashtable generalContext
public IxbHandlersManager ixbHandlersManager
public AttributeExporterImporterManager attributeExporterImporterManager
Constructor Detail |
protected ExpImporter(String importOrExport, IxbElement localMappingRules) throws WTException
importOrExport
- localMappingRules
-
WTException
protected ExpImporter(String importOrExport, String ruleFileName) throws WTException
importOrExport
- ruleFileName
-
WTException
Method Detail |
public abstract void logMessage(String resourceBundle, String messageKey, Object[] textInserts) throws WTException
resourceBundle
- messageKey
- textInserts
-
WTException
public abstract void logMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel) throws WTException
resourceBundle
- messageKey
- textInserts
- importanceLevel
-
WTException
private void loadLocalProperties(IxbElement localMappingRules) throws Exception
Exception
private void initializeTuner(String importOrExport, IxbElement localMappingRules) throws Exception
Exception
public String getDTD()
private static void PP(String s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |