com.esri.arcgis.server
Interface esriServiceCatalogMessageFormat

All Superinterfaces:
Serializable

public interface esriServiceCatalogMessageFormat
extends Serializable

The message formats supported by a web service catalog.

Product Availability

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


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