com.esri.arcgis.system
Interface IRESTDispatcher

All Superinterfaces:
IRESTRequestHandler, Serializable
All Known Implementing Classes:
CoRESTDispatcher

public interface IRESTDispatcher
extends IRESTRequestHandler, Serializable

REST dispatcher object.

Product Availability

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


Field Summary
 
Fields inherited from interface com.esri.arcgis.system.IRESTRequestHandler
IID, IID9d66a418_d54a_48ed_88bd_043a25fa9c83, xxDummy
 
Method Summary
 void init(IRESTResource root, IRESTCallback handler)
          Initialization method.
 
Methods inherited from interface com.esri.arcgis.system.IRESTRequestHandler
getSchema, handleRESTRequest
 

Method Detail

init

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

Product Availability

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

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