Package com.iizix.translate
Interface Summary Interface Description ITranslationEngine The translation engine interface.ITranslationReply Interface to implement to receive a translation reply from the translation engine, as requests are handled asyncrhonously.ITranslationRequest The translation request can hold one or several translation operations in the same source and target language.ITranslator The translator interface.Class Summary Class Description AbstractTranslationRequest The abstract translation request class.AbstractTranslationRequest.RequestItem Class for a RequestItem.Translation Translation class holding the information processed by the translation engine.TranslationEngine The translation engine: two current translators are provided: Google and Microsoft, but the interface allows others.TranslationQueue Translation queue object that holds the translations required from one language to another.Exception Summary Exception Description RequestException Exception class for HTTP request errors.TranslationException Exception thrown by a translator when it cannot complete a translation.