com.esri.arcgis.server
Interface IServiceDescription2

All Superinterfaces:
IServiceDescription, java.io.Serializable
All Known Subinterfaces:
IServiceDescription3
All Known Implementing Classes:
IServiceDescription2Proxy, IServiceDescription3Proxy

public interface IServiceDescription2
extends IServiceDescription, java.io.Serializable

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

Description: 'Provides access to members that control the properties of an ArcGIS Server web service description.' 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 IID081c203c_3b90_4de2_af43_7c30bbfe22e9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServiceDescription
IID99ea4f91_10a1_4901_a695_86e31090f3c1
 
Method Summary
 java.lang.String getCapabilities()
          The capabilities of the web service.
 java.lang.String getParentType()
          The type of service this extension is associated with.
 void setCapabilities(java.lang.String pVal)
          The capabilities of the web service.
 void setParentType(java.lang.String pVal)
          The type of service this extension is associated with.
 
Methods inherited from interface com.esri.arcgis.server.IServiceDescription
getName, getType, getURL, setName, setType, setURL
 

Field Detail

IID081c203c_3b90_4de2_af43_7c30bbfe22e9

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

getParentType

java.lang.String getParentType()
                               throws java.io.IOException,
                                      AutomationException
The type of service this extension is associated with.

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

setParentType

void setParentType(java.lang.String pVal)
                   throws java.io.IOException,
                          AutomationException
The type of service this extension is associated with.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCapabilities

java.lang.String getCapabilities()
                                 throws java.io.IOException,
                                        AutomationException
The capabilities of the web service.

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

setCapabilities

void setCapabilities(java.lang.String pVal)
                     throws java.io.IOException,
                            AutomationException
The capabilities of the web service.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.