Bug 157041

Summary: [emfWorkbench] Request interface for Translator
Product: [WebTools] WTP Common Tools Reporter: Paul Fullbright <paul.fullbright>
Component: wst.commonAssignee: Chuck Bridgham <cbridgha>
Status: NEW --- QA Contact: Konstantin Komissarchik <konstantin>
Severity: enhancement    
Priority: P3 Keywords: helpwanted
Version: 1.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.