|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServiceCatalog2
Provides access to properties of an ArcGIS Server web service catalog.
| Method Summary | |
|---|---|
IStringArray |
getFolders(String folderName)
Gets an IStringArray of service folder names. |
int |
getMessageFormats()
The message formats supported by the web services in the catalog. |
int |
getMessageVersion()
The message version this server version supports. |
IServiceDescriptionArray |
getServiceDescriptionsEx(String folderName)
An array of the web service descriptions in the web service catalog. |
| Methods inherited from interface com.esri.arcgis.server.IServiceCatalog |
|---|
getServiceDescriptions |
| Method Detail |
|---|
int getMessageVersion()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMessageFormats()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IServiceDescriptionArray getServiceDescriptionsEx(String folderName)
throws IOException,
AutomationException
folderName - The folderName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getFolders(String folderName)
throws IOException,
AutomationException
folderName - The folderName (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 | ||||||||