Module org.eclipse.persistence.core
Interface AbstractUnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,UNMARSHALLER extends Unmarshaller>
- All Superinterfaces:
XMLRecord<ABSTRACT_SESSION>
- All Known Subinterfaces:
UnmarshalRecord<ABSTRACT_SESSION,FIELD, ID_RESOLVER, OBJECT_BUILDER, TRANSFORMATION_RECORD, UNMARSHALLER>
- All Known Implementing Classes:
BinaryDataUnmarshalRecord,DOMRecord,EISDOMRecord,UnmappedContentHandlerWrapper,UnmarshalRecord,UnmarshalRecordImpl,XMLBinaryAttachmentHandler,XMLInlineBinaryHandler,XMLRecord,XMLRootRecord,XMLTransformationRecord
public interface AbstractUnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,UNMARSHALLER extends Unmarshaller>
extends XMLRecord<ABSTRACT_SESSION>
This class represents unmarshal record behaviour that is common to all XML
platforms.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.persistence.internal.oxm.record.XMLRecord
XMLRecord.Nil -
Field Summary
Fields inherited from interface org.eclipse.persistence.internal.oxm.record.XMLRecord
DEFAULT_ATTRIBUTE_GROUP, NIL -
Method Summary
Methods inherited from interface org.eclipse.persistence.internal.oxm.record.XMLRecord
getConversionManager, getNamespaceSeparator, getSession, isNamespaceAware
-
Method Details
-
get
-
getUnmarshaller
UNMARSHALLER getUnmarshaller() -
resolveNamespacePrefix
-