com.esri.arcgis.gisclient
Interface esriServiceURLType

All Superinterfaces:
Serializable

public interface esriServiceURLType
extends Serializable

The URL type to access a service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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