|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMessage
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe4e5591d_c47e_4a2d_856e_8a1847547a97
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IErrorInfo |
getErrorInfo()
Valid when the message is a fault. |
java.lang.String |
getName()
Name of the message. |
java.lang.String |
getNamespaceURI()
Namespace of the message. |
IXMLSerializeData |
getParameters()
Parameters of the message. |
IPropertySet |
getProperties()
Properties of the message. |
int |
getResult()
HRESULT of the Message. |
void |
readXML(IStream stream)
Reads an XML input stream for a message. |
void |
setError(int hresult,
IErrorInfo pErrorInfo)
Writes error information. |
void |
setName(java.lang.String messageName)
Name of the message. |
void |
setNamespaceURI(java.lang.String uri)
Namespace of the message. |
void |
setPropertiesByRef(IPropertySet props)
Properties of the message. |
void |
writeXML(IStream stream)
Writes an XML output stream for a message. |
Field Detail |
---|
static final int IIDe4e5591d_c47e_4a2d_856e_8a1847547a97
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String messageName) throws java.io.IOException, AutomationException
messageName
- The messageName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getNamespaceURI() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNamespaceURI(java.lang.String uri) throws java.io.IOException, AutomationException
uri
- The uri (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IXMLSerializeData getParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet props) throws java.io.IOException, AutomationException
props
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getResult() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IErrorInfo getErrorInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setError(int hresult, IErrorInfo pErrorInfo) throws java.io.IOException, AutomationException
hresult
- The hresult (in)pErrorInfo
- A reference to a com.esri.arcgis.system.IErrorInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void readXML(IStream stream) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeXML(IStream stream) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |