|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMessage
Provides access to members that control the properties of a Message.
Method Summary | |
---|---|
IErrorInfo |
getErrorInfo()
Valid when the message is a fault. |
String |
getName()
Name of the message. |
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(String messageName)
Name of the message. |
void |
setNamespaceURI(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. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String messageName) throws IOException, AutomationException
messageName
- The messageName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNamespaceURI() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNamespaceURI(String uri) throws IOException, AutomationException
uri
- The uri (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IXMLSerializeData getParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet props) throws IOException, AutomationException
props
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getResult() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IErrorInfo getErrorInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setError(int hresult, IErrorInfo pErrorInfo) throws IOException, AutomationException
hresult
- The hresult (in)pErrorInfo
- A reference to a com.esri.arcgis.system.IErrorInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void readXML(IStream stream) throws IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeXML(IStream stream) throws IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)
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 |