com.esri.arcgis.cartox
Interface IServiceDefinitionConverter

All Superinterfaces:
Serializable
All Known Implementing Classes:
SDGenerator

public interface IServiceDefinitionConverter
extends Serializable


Method Summary
 void createMapServiceDefinition(String featureServiceDescription, boolean msdOnly, String outputFolder)
          createMapServiceDefinition
 

Method Detail

createMapServiceDefinition

void createMapServiceDefinition(String featureServiceDescription,
                                boolean msdOnly,
                                String outputFolder)
                                throws IOException,
                                       AutomationException
createMapServiceDefinition

Parameters:
featureServiceDescription - The featureServiceDescription (in)
msdOnly - The msdOnly (in)
outputFolder - The outputFolder (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.