public interface IRequestHandler
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID46a0e2ea_3b64_4a46_bd78_88a1660f35bb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
byte[] |
handleBinaryRequest(byte[] request)
Handles a binary request.
|
java.lang.String |
handleStringRequest(java.lang.String capabilities,
java.lang.String request)
Handles a SOAP string request.
|
static final int IID46a0e2ea_3b64_4a46_bd78_88a1660f35bb
static final int xxDummy
static final java.lang.String IID
byte[] handleBinaryRequest(byte[] request) throws java.io.IOException, AutomationException
request
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String handleStringRequest(java.lang.String capabilities, java.lang.String request) throws java.io.IOException, AutomationException
capabilities
- The capabilities (in)request
- The request (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.