com.esri.arcgis.server
Interface esriServiceCatalogMessageFormat

All Superinterfaces:
java.io.Serializable

public interface esriServiceCatalogMessageFormat
extends java.io.Serializable

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

Description: 'The message formats supported by a web service catalog.' 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 esriServiceCatalogMessageFormatBin
          The catalog supports messages carrying binary payloads.
static int esriServiceCatalogMessageFormatSoap
          The catalog supports messages carrying SOAP payloads.
static int esriServiceCatalogMessageFormatSoapOrBin
          The catalog supports messages carrying SOAP or binary payloads.
 

Field Detail

esriServiceCatalogMessageFormatSoap

static final int esriServiceCatalogMessageFormatSoap
The catalog supports messages carrying SOAP payloads.

See Also:
Constant Field Values

esriServiceCatalogMessageFormatBin

static final int esriServiceCatalogMessageFormatBin
The catalog supports messages carrying binary payloads.

See Also:
Constant Field Values

esriServiceCatalogMessageFormatSoapOrBin

static final int esriServiceCatalogMessageFormatSoapOrBin
The catalog supports messages carrying SOAP or binary payloads.

See Also:
Constant Field Values