public class BackTranslationClientImpl extends ServiceClientImpl implements BackTranslationClient
ServiceClientImpl.ServiceExecutor<T,U>
Constructor and Description |
---|
BackTranslationClientImpl(URL url)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BackTranslationResult |
backTranslate(Language sourceLang,
Language intermediateLang,
String source) |
addHeaders, addRequestHeader, convert, createChannel, execute, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getPassword, getRequestHeaders, getTreeBindings, getUrl, getUserId, setPassword, setUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
public BackTranslationClientImpl(URL url)
url
- The invocation url of the service.public BackTranslationResult backTranslate(Language sourceLang, Language intermediateLang, String source) throws LangridException
backTranslate
in interface BackTranslationClient
LangridException