com.esri.arcgis.system
Interface IRESTDispatcher

All Superinterfaces:
IRESTRequestHandler, java.io.Serializable
All Known Implementing Classes:
CoRESTDispatcher, IRESTDispatcherProxy

public interface IRESTDispatcher
extends IRESTRequestHandler, java.io.Serializable

COM Interface 'IRESTDispatcher'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'REST dispatcher object.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID1538e2dc_8192_412e_a801_2b8655492aae
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IRESTRequestHandler
IID9d66a418_d54a_48ed_88bd_043a25fa9c83
 
Method Summary
 void init(IRESTResource root, IRESTCallback handler)
          Initialization method.
 
Methods inherited from interface com.esri.arcgis.system.IRESTRequestHandler
getSchema, handleRESTRequest
 

Field Detail

IID1538e2dc_8192_412e_a801_2b8655492aae

static final int IID1538e2dc_8192_412e_a801_2b8655492aae
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

init

void init(IRESTResource root,
          IRESTCallback handler)
          throws java.io.IOException,
                 AutomationException
Initialization method.

Parameters:
root - A reference to a com.esri.arcgis.system.IRESTResource (in)
handler - A reference to a com.esri.arcgis.system.IRESTCallback (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.