oracle.toplink.xml
Class XMLInsertCall

java.lang.Object
  |
  +--oracle.toplink.sdk.AbstractSDKCall
        |
        +--oracle.toplink.xml.XMLCall
              |
              +--oracle.toplink.xml.XMLWriteCall
                    |
                    +--oracle.toplink.xml.XMLInsertCall
All Implemented Interfaces:
Call, java.lang.Cloneable, SDKCall, java.io.Serializable

public class XMLInsertCall
extends XMLWriteCall

XMLInsertCall simply writes a new XML document.

Since:
TOPLink/Java 3.0
See Also:
Serialized Form

Constructor Summary
XMLInsertCall()
          Default constructor.
 
Methods inherited from class oracle.toplink.xml.XMLWriteCall
execute
 
Methods inherited from class oracle.toplink.xml.XMLCall
getStreamPolicy, getXMLTranslator, setFile, setFile, setFileName, setFileName, setFiles, setFiles, setReader, setReaders, setStreamPolicy, setWriter, setXMLTranslator
 
Methods inherited from class oracle.toplink.sdk.AbstractSDKCall
addReadTranslation, addReadTranslations, addReadTranslations, addWriteTranslation, addWriteTranslations, addWriteTranslations, buildDefaultTranslator, buildNewQueryMechanism, buildQueryMechanism, clone, clone, getFieldTranslator, getLogString, isFinished, setFieldTranslator, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLInsertCall

public XMLInsertCall()
Default constructor.