com.esri.arcgis.system
Class IMessageProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IMessageProxy
All Implemented Interfaces:
IMessage, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the properties of a Message.' 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 IMessageProxy
extends com.esri.arcgis.interop.Dispatch
implements IMessage, 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.IMessage
IID, IIDe4e5591d_c47e_4a2d_856e_8a1847547a97
 
Constructor Summary
  IMessageProxy()
          Deprecated. For internal use only
  IMessageProxy(java.lang.Object obj)
          Deprecated.  
protected IMessageProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMessageProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMessageProxy(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.  
 IErrorInfo getErrorInfo()
          Deprecated. Valid when the message is a fault.
 java.lang.String getName()
          Deprecated. Name of the message.
 java.lang.String getNamespaceURI()
          Deprecated. Namespace of the message.
 IXMLSerializeData getParameters()
          Deprecated. Parameters of the message.
 IPropertySet getProperties()
          Deprecated. Properties of the message.
 int getResult()
          Deprecated. HRESULT of the Message.
 void readXML(IStream stream)
          Deprecated. Reads an XML input stream for a message.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setError(int hresult, IErrorInfo pErrorInfo)
          Deprecated. Writes error information.
 void setName(java.lang.String messageName)
          Deprecated. Name of the message.
 void setNamespaceURI(java.lang.String uri)
          Deprecated. Namespace of the message.
 void setPropertiesByRef(IPropertySet props)
          Deprecated. Properties of the message.
 void writeXML(IStream stream)
          Deprecated. Writes an XML output stream for a message.
 
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

IMessageProxy

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

IMessageProxy

public IMessageProxy()
Deprecated. 
For internal use only


IMessageProxy

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

IMessageProxy

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

IMessageProxy

protected IMessageProxy(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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Name of the message.

Specified by:
getName in interface IMessage
Returns:
The messageName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String messageName)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Name of the message.

Specified by:
setName in interface IMessage
Parameters:
messageName - The messageName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNamespaceURI

public java.lang.String getNamespaceURI()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Namespace of the message.

Specified by:
getNamespaceURI in interface IMessage
Returns:
The uri
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNamespaceURI

public void setNamespaceURI(java.lang.String uri)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Namespace of the message.

Specified by:
setNamespaceURI in interface IMessage
Parameters:
uri - The uri (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameters

public IXMLSerializeData getParameters()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Parameters of the message.

Specified by:
getParameters in interface IMessage
Returns:
A reference to a com.esri.arcgis.system.IXMLSerializeData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

public IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Properties of the message.

Specified by:
getProperties in interface IMessage
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

public void setPropertiesByRef(IPropertySet props)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Properties of the message.

Specified by:
setPropertiesByRef in interface IMessage
Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResult

public int getResult()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
HRESULT of the Message.

Specified by:
getResult in interface IMessage
Returns:
The hresult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorInfo

public IErrorInfo getErrorInfo()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Valid when the message is a fault.

Specified by:
getErrorInfo in interface IMessage
Returns:
A reference to a com.esri.arcgis.system.IErrorInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setError

public void setError(int hresult,
                     IErrorInfo pErrorInfo)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Writes error information.

Specified by:
setError in interface IMessage
Parameters:
hresult - The hresult (in)
pErrorInfo - A reference to a com.esri.arcgis.system.IErrorInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readXML

public void readXML(IStream stream)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Reads an XML input stream for a message.

Specified by:
readXML in interface IMessage
Parameters:
stream - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeXML

public void writeXML(IStream stream)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Writes an XML output stream for a message.

Specified by:
writeXML in interface IMessage
Parameters:
stream - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.