Class DefaultUnmappedContentHandler

java.lang.Object
org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler<UnmarshalRecord>
org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
All Implemented Interfaces:
UnmappedContentHandler<UnmarshalRecord>, ContentHandler

public class DefaultUnmappedContentHandler extends DefaultUnmappedContentHandler<UnmarshalRecord>

Purpose:Provide a default implementation of the UnmappedContentHandler

Responsibilities:

  • This handler swallows all SAX events corresponding to unmapped content so when used unmapped content will not be processed.
  • Constructor Details

    • DefaultUnmappedContentHandler

      public DefaultUnmappedContentHandler()