public interface esriWebResponseDataType
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static int |
esriWRDTStream
The web response data is the stream to return to the client.
|
static final int esriWRDTPayload
static final int esriWRDTFileToReturn
static final int esriWRDTStream