Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.xml
Class XMLDataCall

java.lang.Object
  extended by oracle.toplink.internal.databaseaccess.DatasourceCall
      extended by oracle.toplink.sdk.AbstractSDKCall
          extended by oracle.toplink.xml.XMLCall
              extended by oracle.toplink.xml.XMLDataCall
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Call, SDKCall
Direct Known Subclasses:
XMLDataDeleteCall, XMLDataReadCall, XMLDataWriteCall

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox

public abstract class XMLDataCall
extends XMLCall

XMLDataCall provides the base state and behavior for XML calls that will read or write raw data, as opposed to objects. It provides a way to specify the "root element"/"document"/"table" and the necessary primary key. The derivative classes of XMLDataCall will use the state in this class for primary key and root element/table information. The other corresponding calls in this package (e.g. XMLDataReadCall corresponds to XMLReadCall) get this information from the descriptor.

Since:
TOPLink/Java 3.0
See Also:
Serialized Form

Constructor Summary
XMLDataCall()
          Deprecated. Default constructor.
 
Method Summary
 void addPrimaryKeyElementName(java.lang.String primaryKeyElementName)
          Deprecated. Add a primary key element name.
 void setPrimaryKeyElementName(java.lang.String primaryKeyFieldName)
          Deprecated. Set the name of the singular primary key element.
 void setPrimaryKeyElementNames(java.lang.String[] primaryKeyElementNames)
          Deprecated. Set the primary key element names.
 void setPrimaryKeyElementNames(java.util.Vector primaryKeyElementNames)
          Deprecated. Set the primary key element names.
 void setRootElementName(java.lang.String rootElementName)
          Deprecated. Set the root element name.
 
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, getFieldTranslator, getLogString, isFinished, setFieldTranslator, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.toplink.sdk.SDKCall
execute
 

Constructor Detail

XMLDataCall

public XMLDataCall()
Deprecated. 
Default constructor.

Method Detail

addPrimaryKeyElementName

public void addPrimaryKeyElementName(java.lang.String primaryKeyElementName)
Deprecated. 
Add a primary key element name. The order in which these names are added may be significant.


setPrimaryKeyElementName

public void setPrimaryKeyElementName(java.lang.String primaryKeyFieldName)
Deprecated. 
Set the name of the singular primary key element.


setPrimaryKeyElementNames

public void setPrimaryKeyElementNames(java.lang.String[] primaryKeyElementNames)
Deprecated. 
Set the primary key element names. The order may be significant.


setPrimaryKeyElementNames

public void setPrimaryKeyElementNames(java.util.Vector primaryKeyElementNames)
Deprecated. 
Set the primary key element names. The order may be significant.


setRootElementName

public void setRootElementName(java.lang.String rootElementName)
Deprecated. 
Set the root element name.


Copyright © 1998, 2010, Oracle. All Rights Reserved.