com.esri.arcgis.server
Interface IServiceCatalogAdmin

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

public interface IServiceCatalogAdmin
extends java.io.Serializable

COM Interface 'IServiceCatalogAdmin'. 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 IID34013770_2aef_4a0e_93a3_6c7d1bfc0a6a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IServiceDescription createServiceDescription()
          Creates a new web service description.
 IServiceDescriptionArray createServiceDescriptionArray()
          Creates a new array of web service descriptions.
 byte[] getCatalogDescriptionDocument(java.lang.String catalogName, java.lang.String catalogUrl)
          The WSDL for the Service Catalog.
 byte[] getDescriptionDocument(java.lang.String serviceName, java.lang.String serviceType, java.lang.String serviceURL)
          The WSDL for a specified service.
 void setServiceDescriptionsByRef(IServiceDescriptionArray rhs1)
          The array of the web service descriptions for the web service catalog.
 

Field Detail

IID34013770_2aef_4a0e_93a3_6c7d1bfc0a6a

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

createServiceDescription

IServiceDescription createServiceDescription()
                                             throws java.io.IOException,
                                                    AutomationException
Creates a new web service description.

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

createServiceDescriptionArray

IServiceDescriptionArray createServiceDescriptionArray()
                                                       throws java.io.IOException,
                                                              AutomationException
Creates a new array of web service descriptions.

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.

setServiceDescriptionsByRef

void setServiceDescriptionsByRef(IServiceDescriptionArray rhs1)
                                 throws java.io.IOException,
                                        AutomationException
The array of the web service descriptions for the web service catalog.

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

getDescriptionDocument

byte[] getDescriptionDocument(java.lang.String serviceName,
                              java.lang.String serviceType,
                              java.lang.String serviceURL)
                              throws java.io.IOException,
                                     AutomationException
The WSDL for a specified service.

Parameters:
serviceName - The serviceName (in)
serviceType - The serviceType (in)
serviceURL - The serviceURL (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCatalogDescriptionDocument

byte[] getCatalogDescriptionDocument(java.lang.String catalogName,
                                     java.lang.String catalogUrl)
                                     throws java.io.IOException,
                                            AutomationException
The WSDL for the Service Catalog.

Parameters:
catalogName - The catalogName (in)
catalogUrl - The catalogUrl (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.