Class DOMUnmarshaller

  • All Implemented Interfaces:
    PlatformUnmarshaller

    public class DOMUnmarshaller
    extends Object
    implements PlatformUnmarshaller
    INTERNAL:

    Purpose:Provide an implementation of PlatformUnmarshaller that makes use of the DOM unmarshal code. Used by the DOMPlatform

    Responsibilities:

    • Implement the required unmarshal methods from platform unmarshaller
    • Perform xml-to-object conversions
    Author:
    bdoughan
    See Also:
    DOMPlatform