com.esri.arcgis.server
Interface IServiceDescription2

All Superinterfaces:
IServiceDescription, Serializable
All Known Subinterfaces:
IServiceDescription3
All Known Implementing Classes:
IServiceDescription2Proxy, IServiceDescription3Proxy

public interface IServiceDescription2
extends IServiceDescription, Serializable

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

Product Availability

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


Method Summary
 String getCapabilities()
          The capabilities of the web service.
 String getParentType()
          The type of service this extension is associated with.
 void setCapabilities(String pVal)
          The capabilities of the web service.
 void setParentType(String pVal)
          The type of service this extension is associated with.
 
Methods inherited from interface com.esri.arcgis.server.IServiceDescription
getName, getType, getURL, setName, setType, setURL
 

Method Detail

getParentType

String getParentType()
                     throws IOException,
                            AutomationException
The type of service this extension is associated with.

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.

setParentType

void setParentType(String pVal)
                   throws IOException,
                          AutomationException
The type of service this extension is associated with.

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.

getCapabilities

String getCapabilities()
                       throws IOException,
                              AutomationException
The capabilities of the web 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.

setCapabilities

void setCapabilities(String pVal)
                     throws IOException,
                            AutomationException
The capabilities of the web 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.