com.esri.arcgis.carto
Interface IACConnector

All Superinterfaces:
Serializable
All Known Implementing Classes:
ACConnector

public interface IACConnector
extends Serializable

Provides access to connecting to an ArcIMS service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IACMap getMap(IIMSAxlRequest axlRequest)
          The map of the given map.
 

Method Detail

getMap

IACMap getMap(IIMSAxlRequest axlRequest)
              throws IOException,
                     AutomationException
The map of the given map.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
axlRequest - A reference to a com.esri.arcgis.gisclient.IIMSAxlRequest (in)
Returns:
A reference to a com.esri.arcgis.carto.IACMap
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.