| Package | Description |
|---|---|
| com.groupdocs.conversion.handler |
| Constructor and Description |
|---|
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler)
Instantiate the ConversionHandler with default
IOutputDataHandler, ICacheDataHandler and custom
IInputDataHandler implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with default
IOutputDataHandler
and custom IInputDataHandler, ICacheDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
IOutputDataHandler outputDataHandler)
Instantiate the ConversionHandler with default
ICacheDataHandler
and custom IInputDataHandler, IOutputDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with custom
IInputDataHandler,
IOutputDataHandler and custom ICacheDataHandler
implementations |
Copyright © 2017. All rights reserved.