Class JAXBMarshaller

java.lang.Object
org.eclipse.persistence.jaxb.JAXBMarshaller
All Implemented Interfaces:
Marshaller

public class JAXBMarshaller extends Object implements Marshaller
INTERNAL:

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

Responsibilities:

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

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

Since:
Oracle TopLink 11.1.1.0.0
See Also: