Class DefaultUnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord>

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

public class DefaultUnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord> extends Object implements UnmappedContentHandler<UNMARSHAL_RECORD>

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.