com.esri.arcgis.system
Interface esriAGSInternetMessageFormat

All Superinterfaces:
java.io.Serializable

public interface esriAGSInternetMessageFormat
extends java.io.Serializable

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

Description: 'The messaging format used when exchanging internet messages with ArcGIS Server.' 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 esriAGSInternetMessageFormatBin
          Internet messaging carry binary payloads.
static int esriAGSInternetMessageFormatSoap
          Internet messages carry SOAP payloads.
 

Field Detail

esriAGSInternetMessageFormatSoap

static final int esriAGSInternetMessageFormatSoap
Internet messages carry SOAP payloads.

See Also:
Constant Field Values

esriAGSInternetMessageFormatBin

static final int esriAGSInternetMessageFormatBin
Internet messaging carry binary payloads.

See Also:
Constant Field Values