com.esri.arcgis.system
Interface esriWebResponseDataType

All Superinterfaces:
java.io.Serializable

public interface esriWebResponseDataType
extends java.io.Serializable

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

Description: 'The type web response data returned by a web request handler.' 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 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