See: Description
| Interface | Description |
|---|---|
| ConversionService | Deprecated
This API will be decommissioned in November 2012 and all calls
to it will return an error.
|
| Class | Description |
|---|---|
| Asset |
An immutable asset for conversion.
|
| Conversion |
A single immutable conversion from one file format to another.
|
| ConversionOptions |
The options for a conversion following builder pattern.
|
| ConversionOptions.Builder |
Provides static creation methods for
ConversionOptions. |
| ConversionResult |
A single immutable conversion result returned by the conversion service.
|
| ConversionServiceFactory |
Static factory methods to create new instance of
ConversionService. |
| Document |
An immutable document for conversion.
|
| Enum | Description |
|---|---|
| ConversionErrorCode |
The error code of Conversion service.
|
| Exception | Description |
|---|---|
| ConversionServiceException |
Customized exception for all conversion service errors.
|