|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the protocol from translating an XML document to a database row and vice versa.
Method Summary | |
DatabaseRow |
read(java.io.Reader stream) Build a database row from the XML document contained in the specified stream. |
void |
write(java.io.Writer stream, DatabaseRow row) Write an XML document representing the specified database row on the specified stream. |
Method Detail |
public DatabaseRow read(java.io.Reader stream)
public void write(java.io.Writer stream, DatabaseRow row)
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |