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.