com.esri.arcgis.gisclient
Interface IIMSMetadataAxlRequest

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMSMetadataServiceName

public interface IIMSMetadataAxlRequest
extends Serializable

Provides access to members that control AXL requests to IMS metadata servers.

Product Availability

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


Method Summary
 String sendMetadataAxlRequest(String axl, ITrackCancel pTrackCancel)
          Sends an Axl request.
 

Method Detail

sendMetadataAxlRequest

String sendMetadataAxlRequest(String axl,
                              ITrackCancel pTrackCancel)
                              throws IOException,
                                     AutomationException
Sends an Axl request.

Product Availability

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

Parameters:
axl - The axl (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
The response
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.