Interface DOMRecord

  • All Superinterfaces:
    Cloneable, jakarta.resource.cci.Record, Serializable
    All Known Implementing Classes:
    EISDOMRecord

    public interface DOMRecord
    extends jakarta.resource.cci.Record

    DOMRecord is an extension of the JCA Record interface that provides support for XML data. This is required as JCA currently has no formal support for XML records. A JCA adapter will normally have its own XML/DOM record interface; the TopLink record EISDOMRecord implements this interface and can be constructed with a DOM instance retrieved from the adapter XML/DOM record and converted in the platform.

    Since:
    OracleAS TopLink 10g (10.0.3)
    Author:
    James
    See Also:
    EISDOMRecord
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Node getDOM()  
      void setDOM​(Element dom)  
      • Methods inherited from interface jakarta.resource.cci.Record

        clone, equals, getRecordName, getRecordShortDescription, hashCode, setRecordName, setRecordShortDescription
    • Method Detail

      • getDOM

        Node getDOM()
      • setDOM

        void setDOM​(Element dom)