|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceCatalog3
Provides access to properties of an ArcGIS Server web service catalog.
This interface is new at ArcGIS 9.3. It supersedes IServiceCatalog and IServiceCatalog2.
Method Summary | |
---|---|
String |
getTokenServiceURL()
Token service url. |
boolean |
isRequiresTokens()
Indicates whether the service catalog requires tokens for authentication. |
Methods inherited from interface com.esri.arcgis.server.IServiceCatalog2 |
---|
getFolders, getMessageFormats, getMessageVersion, getServiceDescriptionsEx |
Methods inherited from interface com.esri.arcgis.server.IServiceCatalog |
---|
getServiceDescriptions |
Method Detail |
---|
boolean isRequiresTokens() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTokenServiceURL() throws IOException, AutomationException
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 |