com.esri.arcgis.server
Interface IServiceCatalog2

All Superinterfaces:
IServiceCatalog, java.io.Serializable
All Known Subinterfaces:
IServiceCatalog3
All Known Implementing Classes:
IServiceCatalog2Proxy, IServiceCatalog3Proxy, ServiceCatalog

public interface IServiceCatalog2
extends IServiceCatalog, java.io.Serializable

COM Interface 'IServiceCatalog2'. 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 IID46c52546_7c26_477f_bdc1_b1c254625f81
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServiceCatalog
IID89d60975_fdcf_4cea_b981_73fe406a2d2b
 
Method Summary
 IStringArray getFolders(java.lang.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(java.lang.String folderName)
          An array of the web service descriptions in the web service catalog.
 
Methods inherited from interface com.esri.arcgis.server.IServiceCatalog
getServiceDescriptions
 

Field Detail

IID46c52546_7c26_477f_bdc1_b1c254625f81

static final int IID46c52546_7c26_477f_bdc1_b1c254625f81
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

getMessageVersion

int getMessageVersion()
                      throws java.io.IOException,
                             AutomationException
The message version this server version supports.

Returns:
A com.esri.arcgis.system.esriArcGISVersion constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessageFormats

int getMessageFormats()
                      throws java.io.IOException,
                             AutomationException
The message formats supported by the web services in the catalog.

Returns:
A com.esri.arcgis.server.esriServiceCatalogMessageFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceDescriptionsEx

IServiceDescriptionArray getServiceDescriptionsEx(java.lang.String folderName)
                                                  throws java.io.IOException,
                                                         AutomationException
An array of the web service descriptions in the web service catalog.

Parameters:
folderName - The folderName (in)
Returns:
A reference to a com.esri.arcgis.server.IServiceDescriptionArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolders

IStringArray getFolders(java.lang.String folderName)
                        throws java.io.IOException,
                               AutomationException
Gets an IStringArray of service folder names.

Parameters:
folderName - The folderName (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.