public class EditableBilingualDictionaryClientImpl extends ServiceClientImpl implements EditableBilingualDictionaryClient
Constructor and Description |
---|
EditableBilingualDictionaryClientImpl(URL serviceUrl) |
Modifier and Type | Method and Description |
---|---|
void |
addLanguage(String[] languages) |
void |
addTerm(Term[] terms) |
protected org.apache.axis.client.Stub |
createStub(URL url) |
void |
deleteLanguage(String[] languages) |
void |
deleteTerm(int[] termIds) |
Calendar |
getLastUpdate() |
String[] |
getSupportedMatchingMethods() |
String[] |
listLanguage() |
TermEntrySearchResult |
searchTerm(int startIndex,
int maxCount,
String[] language,
TermEntrySearchCondition[] conditions,
Order[] orders) |
void |
setTerm(TermEntry[] entries) |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
public EditableBilingualDictionaryClientImpl(URL serviceUrl)
public TermEntrySearchResult searchTerm(int startIndex, int maxCount, String[] language, TermEntrySearchCondition[] conditions, Order[] orders) throws LangridException
searchTerm
in interface EditableBilingualDictionaryClient
LangridException
public void addTerm(Term[] terms) throws LangridException
addTerm
in interface EditableBilingualDictionaryClient
LangridException
public void deleteTerm(int[] termIds) throws LangridException
deleteTerm
in interface EditableBilingualDictionaryClient
LangridException
public void setTerm(TermEntry[] entries) throws LangridException
setTerm
in interface EditableBilingualDictionaryClient
LangridException
public String[] listLanguage() throws LangridException
listLanguage
in interface EditableBilingualDictionaryClient
LangridException
public void addLanguage(String[] languages) throws LangridException
addLanguage
in interface EditableBilingualDictionaryClient
LangridException
public void deleteLanguage(String[] languages) throws LangridException
deleteLanguage
in interface EditableBilingualDictionaryClient
LangridException
public String[] getSupportedMatchingMethods() throws LangridException
getSupportedMatchingMethods
in interface EditableBilingualDictionaryClient
LangridException
public Calendar getLastUpdate() throws LangridException
getLastUpdate
in interface EditableBilingualDictionaryClient
LangridException
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub
in class ServiceClientImpl
javax.xml.rpc.ServiceException