com.esri.arcgis.server
Interface IServiceCatalog3

All Superinterfaces:
IServiceCatalog, IServiceCatalog2, java.io.Serializable
All Known Implementing Classes:
IServiceCatalog3Proxy

public interface IServiceCatalog3
extends IServiceCatalog2, java.io.Serializable

COM Interface 'IServiceCatalog3'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to properties of an ArcGIS Server web service catalog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDbb163dc2_8ec3_4536_8b0c_7ffe7b91b7b0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServiceCatalog2
IID46c52546_7c26_477f_bdc1_b1c254625f81
 
Fields inherited from interface com.esri.arcgis.server.IServiceCatalog
IID89d60975_fdcf_4cea_b981_73fe406a2d2b
 
Method Summary
 java.lang.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
 

Field Detail

IIDbb163dc2_8ec3_4536_8b0c_7ffe7b91b7b0

static final int IIDbb163dc2_8ec3_4536_8b0c_7ffe7b91b7b0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isRequiresTokens

boolean isRequiresTokens()
                         throws java.io.IOException,
                                AutomationException
Indicates whether the service catalog requires tokens for authentication.

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

getTokenServiceURL

java.lang.String getTokenServiceURL()
                                    throws java.io.IOException,
                                           AutomationException
Token service url.

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