Class JAXBUnmarshaller

  • All Implemented Interfaces:
    javax.xml.bind.Unmarshaller

    public class JAXBUnmarshaller
    extends Object
    implements javax.xml.bind.Unmarshaller
    INTERNAL:

    Purpose:To Provide an implementation of the JAXB 2.0 Unmarshaller Interface

    Responsibilities:

    • Provide a JAXB wrapper on the XMLUnmarshaller API
    • Perform XML to Object Conversions

    This implementation of the JAXB 2.1/2.2 Unmarshaller interface provides the required functionality by acting as a thin wrapper on the existing XMLMarshaller API.

    Since:
    Oracle TopLink 11.1.1.0.0
    Author:
    mmacivor
    See Also:
    Unmarshaller, UnmarshallerProperties, XMLUnmarshaller