Uses of Interface
org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler
-
Packages that use UnmappedContentHandler Package Description org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.internal.oxm.unmapped org.eclipse.persistence.oxm.unmapped -
-
Uses of UnmappedContentHandler in org.eclipse.persistence.internal.oxm.record
Fields in org.eclipse.persistence.internal.oxm.record declared as UnmappedContentHandler Modifier and Type Field Description static UnmappedContentHandlerUnmarshalRecord. DEFAULT_UNMAPPED_CONTENT_HANDLERConstructors in org.eclipse.persistence.internal.oxm.record with parameters of type UnmappedContentHandler Constructor Description UnmappedContentHandlerWrapper(UnmarshalRecord parentRecord, UnmappedContentHandler unmappedContentHandler)UnmappedContentHandlerWrapper(UnmappedContentHandler unmappedContentHandler, SAXUnmarshallerHandler saxUnmarshallerHandler) -
Uses of UnmappedContentHandler in org.eclipse.persistence.internal.oxm.unmapped
Classes in org.eclipse.persistence.internal.oxm.unmapped that implement UnmappedContentHandler Modifier and Type Class Description classDefaultUnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord>Purpose:Provide a default implementation of the UnmappedContentHandler -
Uses of UnmappedContentHandler in org.eclipse.persistence.oxm.unmapped
Subinterfaces of UnmappedContentHandler in org.eclipse.persistence.oxm.unmapped Modifier and Type Interface Description interfaceUnmappedContentHandlerPurpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.Classes in org.eclipse.persistence.oxm.unmapped that implement UnmappedContentHandler Modifier and Type Class Description classDefaultUnmappedContentHandlerPurpose:Provide a default implementation of the UnmappedContentHandler
-