com.esri.arcgis.server
Interface IServiceDescription3

All Superinterfaces:
IServiceDescription, IServiceDescription2, Serializable
All Known Implementing Classes:
IServiceDescription3Proxy

public interface IServiceDescription3
extends IServiceDescription2, Serializable

Provides access to members that control the properties of an ArcGIS Server web service description.

Description

This interface is new at ArcGIS 9.3. It supersedes IServiceDescription and IServiceDescription2.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDescription()
          The description of the service.
 void setDescription(String pVal)
          The description of the service.
 
Methods inherited from interface com.esri.arcgis.server.IServiceDescription2
getCapabilities, getParentType, setCapabilities, setParentType
 
Methods inherited from interface com.esri.arcgis.server.IServiceDescription
getName, getType, getURL, setName, setType, setURL
 

Method Detail

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
The description of the service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(String pVal)
                    throws IOException,
                           AutomationException
The description of the service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.