Interface UnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setUnmarshalRecord​(UNMARSHAL_RECORD unmarshalRecord)
      Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an Unmarshaller and a Session.
      • Methods inherited from interface org.xml.sax.ContentHandler

        characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
    • Method Detail

      • setUnmarshalRecord

        void setUnmarshalRecord​(UNMARSHAL_RECORD unmarshalRecord)
        Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an Unmarshaller and a Session.
        Parameters:
        unmarshalRecord -