Bug 157041 - [emfWorkbench] Request interface for Translator
Summary: [emfWorkbench] Request interface for Translator
Status: NEW
Alias: None
Product: WTP Common Tools
Classification: WebTools
Component: wst.common (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Chuck Bridgham CLA
QA Contact: Konstantin Komissarchik CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-09-12 10:32 EDT by Paul Fullbright CLA
Modified: 2007-11-29 14:07 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Fullbright CLA 2006-09-12 10:32:08 EDT
I have a tricky model to use for XML mapping, and I need to write a custom Translator.  However, it's not obvious what *needs* to be done to write a successful Translator.  All existing Translators simply subclass Translator and overwrite a few methods.  It's not clear what parts of the root class are being used internally (within hierarchy) and what parts are used by the model<->document updating process.  Having an interface for this class (along with the existing default implementation) would help me in my horrible object->XML travails.