Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.transform.xml
Class XMLResult

java.lang.Object
  extended byoracle.toplink.transform.xml.XMLResult

All Implemented Interfaces:
DataResult

public class XMLResult
extends java.lang.Object
implements DataResult

Constructor Summary
XMLResult()

Method Summary
oracle.xml.parser.v2.XMLDocument getResultDocument()
void storeObjects(Project project, java.util.Vector objects)

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

XMLResult

public XMLResult()

Method Detail

getResultDocument

public oracle.xml.parser.v2.XMLDocument getResultDocument()

storeObjects

public void storeObjects(Project project,
                         java.util.Vector objects)
Specified by:
storeObjects in interface DataResult

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.