|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DOMRecord
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.
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 |
---|
org.w3c.dom.Node getDOM()
void setDOM(org.w3c.dom.Element dom)
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |