public interface BilingualDictionaryClient extends ServiceClient
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getLastUpdate() |
LanguagePair[] |
getSupportedLanguagePairs() |
String[] |
getSupportedMatchingMethods() |
Translation[] |
search(Language headLang,
Language targetLang,
String headWord,
MatchingMethod matchingMethod) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdTranslation[] search(Language headLang, Language targetLang, String headWord, MatchingMethod matchingMethod) throws LangridException
LangridExceptionLanguagePair[] getSupportedLanguagePairs() throws LangridException
LangridExceptionString[] getSupportedMatchingMethods() throws LangridException
LangridExceptionCalendar getLastUpdate() throws LangridException
LangridException