|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.internal.sessions.AbstractRecord
org.eclipse.persistence.oxm.record.XMLRecord
org.eclipse.persistence.oxm.record.DOMRecord
org.eclipse.persistence.eis.EISDOMRecord
public class EISDOMRecord
An EISDOMRecord is a wrapper for a DOM tree. It provides a
Record/Map API on an XML DOM element. This can be used from the
platform to wrap adapter XML/DOM records to be used with TopLink XML.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.persistence.internal.sessions.AbstractRecord |
|---|
org.eclipse.persistence.internal.sessions.AbstractRecord.NoEntry |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.persistence.oxm.record.XMLRecord |
|---|
NIL |
| Fields inherited from class org.eclipse.persistence.internal.sessions.AbstractRecord |
|---|
noEntry |
| Constructor Summary | |
|---|---|
EISDOMRecord()
Default constructor. |
|
EISDOMRecord(Element dom)
Create a TopLink record from a DOM tree. |
|
EISDOMRecord(javax.resource.cci.Record record)
Create a TopLink record from the JCA adapter record. |
|
EISDOMRecord(javax.resource.cci.Record record,
Element dom)
Create a TopLink record from the JCA adapter record and DOM tree. |
|
| Method Summary | |
|---|---|
XMLRecord |
buildNestedRow(Element element)
INTERNAL: Build the nested record, this can be overwriten by subclasses to use their subclass instance. |
javax.resource.cci.Record |
getRecord()
Return the JCA adapter record. |
String |
getRecordName()
Forward to the record. |
String |
getRecordShortDescription()
Forward to the record. |
void |
setRecord(javax.resource.cci.Record record)
Set the JCA adapter record. |
void |
setRecordName(String recordName)
Forward to the record. |
void |
setRecordShortDescription(String recordShortDescription)
Forward to the record. |
| Methods inherited from class org.eclipse.persistence.oxm.record.DOMRecord |
|---|
add, clear, clone, contains, containsKey, createNewDocument, createNewDocument, entrySet, get, getDocument, getDOM, getFields, getIndicatingNoEntry, getIndicatingNoEntry, getIndicatingNoEntry, getLocalName, getNamespaceURI, getValues, getValues, getValues, getValues, getValuesIndicatingNoEntry, getValuesIndicatingNoEntry, getValuesIndicatingNoEntry, getValuesIndicatingNoEntry, getValuesIndicatingNoEntry, getValuesIndicatingNoEntry, keySet, put, put, put, remove, replaceAt, resolveNamespacePrefix, setDOM, setDOM, size, toString, transformFromXML, transformFromXML, transformToWriter, transformToXML, values |
| Methods inherited from class org.eclipse.persistence.oxm.record.XMLRecord |
|---|
getCurrentObject, getDocPresPolicy, getIndicatingNoEntry, getLeafElementType, getMarshaller, getNamespaceResolver, getOwningObject, getSession, getUnmarshaller, isXOPPackage, setCurrentObject, setDocPresPolicy, setLeafElementType, setMarshaller, setNamespaceResolver, setOwningObject, setSession, setUnmarshaller, setXOPPackage |
| Methods inherited from class org.eclipse.persistence.internal.sessions.AbstractRecord |
|---|
containsKey, containsKey, containsValue, elements, get, get, getField, isEmpty, keys, mergeFrom, put, putAll, remove, remove |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.persistence.eis.DOMRecord |
|---|
getDOM, setDOM |
| Methods inherited from interface javax.resource.cci.Record |
|---|
clone, equals, hashCode |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public EISDOMRecord()
public EISDOMRecord(javax.resource.cci.Record record,
Element dom)
public EISDOMRecord(Element dom)
public EISDOMRecord(javax.resource.cci.Record record)
| Method Detail |
|---|
public javax.resource.cci.Record getRecord()
public void setRecord(javax.resource.cci.Record record)
public String getRecordShortDescription()
public void setRecordShortDescription(String recordShortDescription)
public String getRecordName()
public void setRecordName(String recordName)
public XMLRecord buildNestedRow(Element element)
buildNestedRow in class DOMRecord
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||