public interface IWebRequestHandler2 extends IWebRequestHandler, 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 |
IIDb80b92ec_2387_4639_aa33_3c82276c3ea8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd1da21f3_9ec1_40bc_b8a2_cd29a1ebed8d
Modifier and Type | Method and Description |
---|---|
byte[] |
handleStringWebRequest2(int httpMethod,
java.lang.String requestURL,
java.lang.String queryString,
java.lang.String capabilities,
java.lang.String requestData,
java.lang.String[] responseContentType,
int[] respDataType,
java.lang.String[] httpResponseParameters)
Handles a request with explicit capabilities.
|
handleStringWebRequest
static final int IIDb80b92ec_2387_4639_aa33_3c82276c3ea8
static final int xxDummy
static final java.lang.String IID
byte[] handleStringWebRequest2(int httpMethod, java.lang.String requestURL, java.lang.String queryString, java.lang.String capabilities, java.lang.String requestData, java.lang.String[] responseContentType, int[] respDataType, java.lang.String[] httpResponseParameters) 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)httpResponseParameters
- The httpResponseParameters (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.