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, setUserId
Translation[] search(Language headLang, Language targetLang, String headWord, MatchingMethod matchingMethod) throws LangridException
LangridException
LanguagePair[] getSupportedLanguagePairs() throws LangridException
LangridException
String[] getSupportedMatchingMethods() throws LangridException
LangridException
Calendar getLastUpdate() throws LangridException
LangridException