public interface IRESTDispatcher extends IRESTRequestHandler, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1538e2dc_8192_412e_a801_2b8655492aae |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9d66a418_d54a_48ed_88bd_043a25fa9c83
Modifier and Type | Method and Description |
---|---|
void |
init(IRESTResource root,
IRESTCallback handler)
Initialization method.
|
getSchema, handleRESTRequest
static final int IID1538e2dc_8192_412e_a801_2b8655492aae
static final int xxDummy
static final java.lang.String IID
void init(IRESTResource root, IRESTCallback handler) throws java.io.IOException, AutomationException
root
- A reference to a com.esri.arcgis.system.IRESTResource (in)handler
- A reference to a com.esri.arcgis.system.IRESTCallback (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.