abstractpublic class AbstractLiteralUpdater implements ILiteralUpdater(Code)
Handles creation of literal editors for the BPEL editor as well
as what to do when the resulting editor value is applied.
Whenever support for a new literal type is added, an editor as well
as an updater must be created to handle it. Editors are the UI
for the visual mapper editor. They allow users to enter a new
literal value or modify an existing one. Updaters are responsible
for changing the model expression once the user has finished
editing the value.
author: Josh Sandusky
Inner Class :public interface XPathNodeExpressionUpdater