|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceDescription2
Provides access to members that control the properties of an ArcGIS Server web service description.
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 |
---|
String getParentType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentType(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCapabilities() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCapabilities(String pVal) throws IOException, AutomationException
pVal
- The pVal (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 |