public class DictionaryClientImpl extends ServiceClientImpl implements DictionaryClient
| Constructor and Description |
|---|
DictionaryClientImpl(URL serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Stub |
createStub(URL url) |
ConceptNode |
getConcept(URI id)
入力引数中の各conceptIdで示される概念ノードを取得する。
|
LemmaNode |
getLemma(URI id)
lemmaIdで示されるLemmaNodeを取得する。
|
URI[] |
searchLemmaNodes(Language headLang,
Language lemmaLang,
String headWord,
String reading,
PartOfSpeech partOfSpeech,
DictMatchingMethod matchingMethod) |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic DictionaryClientImpl(URL serviceUrl)
public URI[] searchLemmaNodes(Language headLang, Language lemmaLang, String headWord, String reading, PartOfSpeech partOfSpeech, DictMatchingMethod matchingMethod) throws LangridException
searchLemmaNodes in interface DictionaryClientLangridExceptionpublic LemmaNode getLemma(URI id) throws LangridException
DictionaryClientgetLemma in interface DictionaryClientid - LemmaノードIdLangridException - 辞書サービスの利用に失敗したpublic ConceptNode getConcept(URI id) throws LangridException
DictionaryClientgetConcept in interface DictionaryClientid - 概念ノードIDLangridException - 辞書サービスの利用に失敗したprotected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceException