Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.eis
Interface DOMRecord

All Superinterfaces:
java.lang.Cloneable, javax.resource.cci.Record, java.io.Serializable
All Known Implementing Classes:
EISDOMRecord

public interface DOMRecord
extends javax.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
 org.w3c.dom.Node getDOM()
           
 void setDOM(org.w3c.dom.Element dom)
           

 

Methods inherited from interface javax.resource.cci.Record
clone, equals, getRecordName, getRecordShortDescription, hashCode, setRecordName, setRecordShortDescription

 

Method Detail

getDOM

org.w3c.dom.Node getDOM()

setDOM

void setDOM(org.w3c.dom.Element dom)

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.