com.esri.arcgis.system
Interface IRequestHandler2
- All Superinterfaces: 
 - IRequestHandler, Serializable
 
- All Known Implementing Classes: 
 - GeocodeServer, GeoDataServer, GeometryServer, GeometryServerImpl, GlobeServer, GPJobServer, GPServer, GPServerSync, GraphicFeatureServer, ImageServer, MapServer, MobileServer, NAServer
 
public interface IRequestHandler2
- extends IRequestHandler, Serializable
 
Provides access to members that control handing of request messages.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
 
| 
Method Summary | 
 byte[] | 
handleBinaryRequest2(String capabilities,
                     byte[] request)
 
          Handles a binary request with explicit capabilities. | 
 
 
handleBinaryRequest2
byte[] handleBinaryRequest2(String capabilities,
                            byte[] request)
                            throws IOException,
                                   AutomationException
- Handles a binary request with explicit capabilities.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
 
- Parameters:
 capabilities - The capabilities  (in)request - An unsigned byte  (in)
- Returns:
 - An unsigned byte
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.