public interface IRequestHandler2 extends IRequestHandler, java.io.Serializable
Description: 'Provides access to members that control handing of request messages.' 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 |
IID8319e7d0_8ad1_48ed_aa99_03f9d0c93ba8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID46a0e2ea_3b64_4a46_bd78_88a1660f35bb
Modifier and Type | Method and Description |
---|---|
byte[] |
handleBinaryRequest2(java.lang.String capabilities,
byte[] request)
Handles a binary request with explicit capabilities.
|
handleBinaryRequest, handleStringRequest
static final int IID8319e7d0_8ad1_48ed_aa99_03f9d0c93ba8
static final int xxDummy
static final java.lang.String IID
byte[] handleBinaryRequest2(java.lang.String capabilities, byte[] request) throws java.io.IOException, AutomationException
capabilities
- The capabilities (in)request
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.