Class BinaryMappingContentHandler

java.lang.Object
org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
All Implemented Interfaces:
ExtendedContentHandler, ContentHandler, LexicalHandler

public class BinaryMappingContentHandler extends DeferredContentHandler

Purpose: Implementation of DeferredContentHandler for Binary Mappings.

Responsibilities:

  • If the element is empty then execute stored events and return control to the original parentRecord
  • If the element has simple content execute stored events on an inline binary handler
  • If the element has complex content execute stored events on a binary attachment handler