com.esri.arcgis.server
Interface IServiceCatalogAdmin2

All Superinterfaces:
IServiceCatalogAdmin, java.io.Serializable
All Known Subinterfaces:
IServiceCatalogAdmin3
All Known Implementing Classes:
IServiceCatalogAdmin2Proxy, IServiceCatalogAdmin3Proxy, ServiceCatalog

public interface IServiceCatalogAdmin2
extends IServiceCatalogAdmin, java.io.Serializable

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

Description: 'Provides access to members that control the contents of an ArcGIS Server web services 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 IID5aba2ef8_dea3_4b86_ae3b_f2f711b85196
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin
IID34013770_2aef_4a0e_93a3_6c7d1bfc0a6a
 
Method Summary
 IStringArray createServiceFolderArray()
          Creates a new array of web service folders.
 void setMessageFormats(int rhs1)
          The message formats supported by the web services in the catalog.
 void setMessageVersion(int rhs1)
          The message version supported by the server.
 void setServiceFoldersByRef(IStringArray rhs1)
          The array of the web service folders for the web service catalog.
 
Methods inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin
createServiceDescription, createServiceDescriptionArray, getCatalogDescriptionDocument, getDescriptionDocument, setServiceDescriptionsByRef
 

Field Detail

IID5aba2ef8_dea3_4b86_ae3b_f2f711b85196

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

setMessageFormats

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

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

setMessageVersion

void setMessageVersion(int rhs1)
                       throws java.io.IOException,
                              AutomationException
The message version supported by the server.

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

createServiceFolderArray

IStringArray createServiceFolderArray()
                                      throws java.io.IOException,
                                             AutomationException
Creates a new array of web service folders.

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.

setServiceFoldersByRef

void setServiceFoldersByRef(IStringArray rhs1)
                            throws java.io.IOException,
                                   AutomationException
The array of the web service folders for the web service catalog.

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