public interface IWebRequestHandler
extends java.io.Serializable
Description: 'Provides access to methods that control handing of web requests.' 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 |
IIDd1da21f3_9ec1_40bc_b8a2_cd29a1ebed8d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
byte[] |
handleStringWebRequest(int httpMethod,
java.lang.String requestURL,
java.lang.String queryString,
java.lang.String capabilities,
java.lang.String requestData,
java.lang.String[] responseContentType,
int[] respDataType)
Handles a request with explicit capabilities.
|
static final int IIDd1da21f3_9ec1_40bc_b8a2_cd29a1ebed8d
static final int xxDummy
static final java.lang.String IID
byte[] handleStringWebRequest(int httpMethod, java.lang.String requestURL, java.lang.String queryString, java.lang.String capabilities, java.lang.String requestData, java.lang.String[] responseContentType, int[] respDataType) throws java.io.IOException, AutomationException
httpMethod
- A com.esri.arcgis.system.esriHttpMethod constant (in)requestURL
- The requestURL (in)queryString
- The queryString (in)capabilities
- The capabilities (in)requestData
- The requestData (in)responseContentType
- The responseContentType (out: use single element array)respDataType
- A com.esri.arcgis.system.esriWebResponseDataType constant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.