com.esri.arcgis.system
Interface IRequestHandler2
- All Superinterfaces:
- IRequestHandler, java.io.Serializable
- All Known Implementing Classes:
- GeocodeServer, GeoDataServer, GeometryServer, GeometryServerImpl, GlobeServer, GPJobServer, GPServer, GPServerSync, GraphicFeatureServer, ImageServer, IndexGenerator, IndexingLauncher, IRequestHandler2Proxy, MapServer, MobileServer, NAServer, SearchServer
public interface IRequestHandler2
- extends IRequestHandler, java.io.Serializable
COM Interface 'IRequestHandler2'. Generated 3/19/2015 1:20:53 PM
from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
Method Summary |
byte[] |
handleBinaryRequest2(java.lang.String capabilities,
byte[] request)
Handles a binary request with explicit capabilities. |
IID8319e7d0_8ad1_48ed_aa99_03f9d0c93ba8
static final int IID8319e7d0_8ad1_48ed_aa99_03f9d0c93ba8
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
handleBinaryRequest2
byte[] handleBinaryRequest2(java.lang.String capabilities,
byte[] request)
throws java.io.IOException,
AutomationException
- Handles a binary request with explicit capabilities.
- Parameters:
capabilities
- The capabilities (in)request
- An unsigned byte (in)
- Returns:
- An unsigned byte
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.