Package com.google.appengine.api.conversion

The Conversion API provides file conversion functionality.

See:
          Description

Interface Summary
ConversionService A service which provides document conversion feature for applications.
 

Class Summary
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 Summary
ConversionErrorCode The error code of Conversion service.
 

Exception Summary
ConversionServiceException Customized exception for all conversion service errors.
 

Package com.google.appengine.api.conversion Description

The Conversion API provides file conversion functionality.