com.esri.arcgis.system
Interface esriWebResponseDataType

All Superinterfaces:
Serializable

public interface esriWebResponseDataType
extends Serializable

The type web response data returned by a web request handler.

Product Availability

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


Field Summary
static int esriWRDTFileToReturn
          The web response data is the path of a file to return to the client.
static int esriWRDTPayload
          The web response data is the payload to return to the client.
 

Field Detail

esriWRDTPayload

static final int esriWRDTPayload
The web response data is the payload to return to the client.

See Also:
Constant Field Values

esriWRDTFileToReturn

static final int esriWRDTFileToReturn
The web response data is the path of a file to return to the client.

See Also:
Constant Field Values