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.
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.