wt.ixb.publicforhandlers
Class IxbHandlersManager
java.lang.Object
wt.ixb.publicforhandlers.IxbHandlersManager
- public class IxbHandlersManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expImporter
private ExpImporter expImporter
registryTable
private static Hashtable registryTable
handlersTable
private Hashtable handlersTable
TAG_IMPORT_HANDLER
private static final String TAG_IMPORT_HANDLER
- See Also:
- Constant Field Values
TAG_EXPORT_HANDLER
private static final String TAG_EXPORT_HANDLER
- See Also:
- Constant Field Values
TAG_EXPORT_IMPORT_HANDLER
private static final String TAG_EXPORT_IMPORT_HANDLER
- See Also:
- Constant Field Values
TAG_TAG
private static final String TAG_TAG
- See Also:
- Constant Field Values
TAG_DTD
private static final String TAG_DTD
- See Also:
- Constant Field Values
TAG_HANDLER
private static final String TAG_HANDLER
- See Also:
- Constant Field Values
TAG_CLASS
private static final String TAG_CLASS
- See Also:
- Constant Field Values
TAG_TARGET_TAG
private static final String TAG_TARGET_TAG
- See Also:
- Constant Field Values
exportHandlersInfo
private static Hashtable exportHandlersInfo
importHandlersInfo
private static Hashtable importHandlersInfo
IxbHandlersManager
public IxbHandlersManager(ExpImporter _expImporter)
IxbHandlersManager
public IxbHandlersManager()
makeKey
private static String makeKey(String s1,
String s2)
makeKey
private static String makeKey(String s1,
String s2,
String s3)
initIxbHandlersInfo
private static void initIxbHandlersInfo()
throws WTException
- Throws:
WTException
getClassExporter
public ClassExporter getClassExporter(String name,
String dtd,
String tag)
throws WTException
- Throws:
WTException
getClassExporterByClass
public ClassExporter getClassExporterByClass(Class cl)
throws WTException
- Throws:
WTException
hasClassExporter
public static boolean hasClassExporter(Class cl,
String dtd,
String tag)
throws WTException
- Throws:
WTException
getClassExporterFromRegistry
private static Class getClassExporterFromRegistry(String key)
throws WTException
- Throws:
WTException
getElementImporter
public ElementImporter getElementImporter(String tag,
String dtd)
throws WTException
- Throws:
WTException
getElementImporterByClass
public ElementImporter getElementImporterByClass(Class cl)
throws WTException
- Throws:
WTException
getElementImporterFromRegistry
private Class getElementImporterFromRegistry(String key)
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)
getClassHandlers
public Enumeration getClassHandlers()