Class DomHandlerConverter

java.lang.Object
org.eclipse.persistence.internal.jaxb.DomHandlerConverter
All Implemented Interfaces:
Serializable, CoreConverter<DatabaseMapping,Session>, Converter, XMLConverter

public class DomHandlerConverter extends Object implements XMLConverter
INTERNAL:

Purpose:Provide support for the JAXB DomHandler API through the use of an EclipseLink Converter.

Responsibilities:

  • Wrap a provided instance of a DomHandler implementation.
  • Invoke the createUnmarshaller method on DomHandler and to a transform on unmarshal
  • Invoke the marshal method on the DomHandler on a marshal
See Also: