com.esri.arcgis.system
Class IXMLSerializeData2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IXMLSerializeDataProxy
          extended by com.esri.arcgis.system.IXMLSerializeData2Proxy
All Implemented Interfaces:
IXMLSerializeData, IXMLSerializeData2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IXMLSerializeData2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that serialize and deserialize data from XML.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class IXMLSerializeData2Proxy
extends IXMLSerializeDataProxy
implements IXMLSerializeData2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.IXMLSerializeData2
IID, IIDe9a0f087_f1f7_455b_9489_ff34e16b9cc7
 
Fields inherited from interface com.esri.arcgis.system.IXMLSerializeData
IID5bb4a18d_43bc_41c5_987a_2206fd15488f
 
Constructor Summary
  IXMLSerializeData2Proxy()
          Deprecated. For internal use only
  IXMLSerializeData2Proxy(java.lang.Object obj)
          Deprecated.  
protected IXMLSerializeData2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IXMLSerializeData2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IXMLSerializeData2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addInt64(java.lang.String name, long value)
          Deprecated. Adds element value as an int64.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 long getInt64(int index)
          Deprecated. Obtains element value as an int64.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.system.IXMLSerializeDataProxy
addBinary, addBoolean, addByte, addDate, addDouble, addFloat, addInteger, addObject, addShort, addString, addVariant, find, getBinary, getBoolean, getByte, getCount, getDate, getDouble, getFlag, getFloat, getInteger, getObject, getProperties, getShort, getString, getTypeName, getTypeNamespaceURI, getVariant, setFlag, setPropertiesByRef, setTypeName, setTypeNamespaceURI
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.system.IXMLSerializeData
addBinary, addBoolean, addByte, addDate, addDouble, addFloat, addInteger, addObject, addShort, addString, addVariant, find, getBinary, getBoolean, getByte, getCount, getDate, getDouble, getFlag, getFloat, getInteger, getObject, getProperties, getShort, getString, getTypeName, getTypeNamespaceURI, getVariant, setFlag, setPropertiesByRef, setTypeName, setTypeNamespaceURI
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IXMLSerializeData2Proxy

public IXMLSerializeData2Proxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IXMLSerializeData2Proxy

public IXMLSerializeData2Proxy()
Deprecated. 
For internal use only


IXMLSerializeData2Proxy

public IXMLSerializeData2Proxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IXMLSerializeData2Proxy

protected IXMLSerializeData2Proxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IXMLSerializeData2Proxy

protected IXMLSerializeData2Proxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IXMLSerializeDataProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IXMLSerializeDataProxy
Throws:
java.io.IOException

addInt64

public void addInt64(java.lang.String name,
                     long value)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds element value as an int64.

Specified by:
addInt64 in interface IXMLSerializeData2
Parameters:
name - The name (in)
value - Signed 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInt64

public long getInt64(int index)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Obtains element value as an int64.

Specified by:
getInt64 in interface IXMLSerializeData2
Parameters:
index - The index (in)
Returns:
Signed 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.