com.esri.arcgis.gisclient
Interface esriServiceURLType

All Superinterfaces:
java.io.Serializable

public interface esriServiceURLType
extends java.io.Serializable

Constants from esriServiceURLType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'The URL type to access a service.' 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 int esriServiceURLTypeAdmin
          The service URL type is Admin.
static int esriServiceURLTypeREST
          The service URL type is REST.
static int esriServiceURLTypeSoap
          The service URL type is SOAP.
 

Field Detail

esriServiceURLTypeSoap

static final int esriServiceURLTypeSoap
The service URL type is SOAP.

See Also:
Constant Field Values

esriServiceURLTypeREST

static final int esriServiceURLTypeREST
The service URL type is REST.

See Also:
Constant Field Values

esriServiceURLTypeAdmin

static final int esriServiceURLTypeAdmin
The service URL type is Admin.

See Also:
Constant Field Values