public interface IServiceCatalog2 extends IServiceCatalog, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID46c52546_7c26_477f_bdc1_b1c254625f81 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID89d60975_fdcf_4cea_b981_73fe406a2d2b
Modifier and Type | Method and Description |
---|---|
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.
|
getServiceDescriptions
static final int IID46c52546_7c26_477f_bdc1_b1c254625f81
static final int xxDummy
static final java.lang.String IID
int getMessageVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMessageFormats() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IServiceDescriptionArray getServiceDescriptionsEx(java.lang.String folderName) throws java.io.IOException, AutomationException
folderName
- The folderName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getFolders(java.lang.String folderName) throws java.io.IOException, AutomationException
folderName
- The folderName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.