com.esri.arcgis.system
Class IXMLTypeMapperProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IXMLTypeMapperProxy
All Implemented Interfaces:
IXMLTypeMapper, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IXMLTypeMapper2Proxy

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

Description: 'Provides access to members that convert to and from XML to native types.' 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 IXMLTypeMapperProxy
extends com.esri.arcgis.interop.Dispatch
implements IXMLTypeMapper, 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.IXMLTypeMapper
IID, IIDa9a5de92_e3c9_4940_b0f4_6d93cdf2602b
 
Constructor Summary
  IXMLTypeMapperProxy()
          Deprecated. For internal use only
  IXMLTypeMapperProxy(java.lang.Object obj)
          Deprecated.  
protected IXMLTypeMapperProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IXMLTypeMapperProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IXMLTypeMapperProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String fromBinary(byte[] value)
          Deprecated. Converts a byte array to an XML byte array.
 java.lang.String fromBoolean(boolean value)
          Deprecated. Converts a boolean to an XML boolean.
 java.lang.String fromByte(byte value)
          Deprecated. Converts a byte to an XML byte.
 java.lang.String fromDate(java.util.Date value)
          Deprecated. Converts a date to an XML date.
 java.lang.String fromDouble(double value)
          Deprecated. Converts a double to an XML double.
 java.lang.String fromFloat(float value)
          Deprecated. Converts a float to an XML float.
 java.lang.String fromInteger(int value)
          Deprecated. Converts a long to an XML integer.
 java.lang.String fromShort(short value)
          Deprecated. Converts a short to an XML short.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 byte[] toBinary(java.lang.String text)
          Deprecated. Converts an XML byte array to a byte array.
 boolean toBoolean(java.lang.String text)
          Deprecated. Converts an XML boolean to a boolean.
 byte toByte(java.lang.String text)
          Deprecated. Converts an XML byte to a byte.
 java.util.Date toDate(java.lang.String text)
          Deprecated. Converts an XML date to a date.
 double toDouble(java.lang.String text)
          Deprecated. Converts an XML double to a double.
 float toFloat(java.lang.String text)
          Deprecated. Converts an XML float to a float.
 int toInteger(java.lang.String text)
          Deprecated. Converts an XML integer to a long.
 java.lang.Object toObject(java.lang.String namespaceURI, java.lang.String typeName)
          Deprecated. Creates an object based on XML type information.
 short toShort(java.lang.String text)
          Deprecated. Converts an XML short to a short.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IXMLTypeMapperProxy

public IXMLTypeMapperProxy(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

IXMLTypeMapperProxy

public IXMLTypeMapperProxy()
Deprecated. 
For internal use only


IXMLTypeMapperProxy

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

IXMLTypeMapperProxy

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

IXMLTypeMapperProxy

protected IXMLTypeMapperProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

toObject

public java.lang.Object toObject(java.lang.String namespaceURI,
                                 java.lang.String typeName)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Creates an object based on XML type information.

Specified by:
toObject in interface IXMLTypeMapper
Parameters:
namespaceURI - The namespaceURI (in)
typeName - The typeName (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toInteger

public int toInteger(java.lang.String text)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Converts an XML integer to a long.

Specified by:
toInteger in interface IXMLTypeMapper
Parameters:
text - The text (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toBoolean

public boolean toBoolean(java.lang.String text)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Converts an XML boolean to a boolean.

Specified by:
toBoolean in interface IXMLTypeMapper
Parameters:
text - The text (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toShort

public short toShort(java.lang.String text)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Converts an XML short to a short.

Specified by:
toShort in interface IXMLTypeMapper
Parameters:
text - The text (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toByte

public byte toByte(java.lang.String text)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Converts an XML byte to a byte.

Specified by:
toByte in interface IXMLTypeMapper
Parameters:
text - The text (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toFloat

public float toFloat(java.lang.String text)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Converts an XML float to a float.

Specified by:
toFloat in interface IXMLTypeMapper
Parameters:
text - The text (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toDouble

public double toDouble(java.lang.String text)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Converts an XML double to a double.

Specified by:
toDouble in interface IXMLTypeMapper
Parameters:
text - The text (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toDate

public java.util.Date toDate(java.lang.String text)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Converts an XML date to a date.

Specified by:
toDate in interface IXMLTypeMapper
Parameters:
text - The text (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toBinary

public byte[] toBinary(java.lang.String text)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Converts an XML byte array to a byte array.

Specified by:
toBinary in interface IXMLTypeMapper
Parameters:
text - The text (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromInteger

public java.lang.String fromInteger(int value)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Converts a long to an XML integer.

Specified by:
fromInteger in interface IXMLTypeMapper
Parameters:
value - The value (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromBoolean

public java.lang.String fromBoolean(boolean value)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Converts a boolean to an XML boolean.

Specified by:
fromBoolean in interface IXMLTypeMapper
Parameters:
value - The value (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromShort

public java.lang.String fromShort(short value)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Converts a short to an XML short.

Specified by:
fromShort in interface IXMLTypeMapper
Parameters:
value - The value (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromByte

public java.lang.String fromByte(byte value)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Converts a byte to an XML byte.

Specified by:
fromByte in interface IXMLTypeMapper
Parameters:
value - An unsigned byte (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromFloat

public java.lang.String fromFloat(float value)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Converts a float to an XML float.

Specified by:
fromFloat in interface IXMLTypeMapper
Parameters:
value - The value (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromDouble

public java.lang.String fromDouble(double value)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Converts a double to an XML double.

Specified by:
fromDouble in interface IXMLTypeMapper
Parameters:
value - The value (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromDate

public java.lang.String fromDate(java.util.Date value)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Converts a date to an XML date.

Specified by:
fromDate in interface IXMLTypeMapper
Parameters:
value - The value (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromBinary

public java.lang.String fromBinary(byte[] value)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Converts a byte array to an XML byte array.

Specified by:
fromBinary in interface IXMLTypeMapper
Parameters:
value - An unsigned byte (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.