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, setUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
public DictionaryClientImpl(URL serviceUrl)
public URI[] searchLemmaNodes(Language headLang, Language lemmaLang, String headWord, String reading, PartOfSpeech partOfSpeech, DictMatchingMethod matchingMethod) throws LangridException
searchLemmaNodes
in interface DictionaryClient
LangridException
public LemmaNode getLemma(URI id) throws LangridException
DictionaryClient
getLemma
in interface DictionaryClient
id
- LemmaノードIdLangridException
- 辞書サービスの利用に失敗したpublic ConceptNode getConcept(URI id) throws LangridException
DictionaryClient
getConcept
in interface DictionaryClient
id
- 概念ノードIDLangridException
- 辞書サービスの利用に失敗したprotected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub
in class ServiceClientImpl
javax.xml.rpc.ServiceException