jp.go.nict.langrid.client.ws_1_2.impl.langservice
クラス ConceptDictionaryClientImpl

java.lang.Object
  上位を拡張 jp.go.nict.langrid.client.ws_1_2.impl.ServiceClientImpl
      上位を拡張 jp.go.nict.langrid.client.ws_1_2.impl.langservice.ConceptDictionaryClientImpl
すべての実装されたインタフェース:
Serializable, ConceptDictionaryClient, ServiceClient

public class ConceptDictionaryClientImpl
extends ServiceClientImpl
implements ConceptDictionaryClient

概念辞書クライアント実装クラス。

バージョン:
$Revision: 8830 $
作成者:
$Author: kkadowaki $
関連項目:
直列化された形式

コンストラクタの概要
ConceptDictionaryClientImpl(URL serviceUrl)
          コンストラクタ。
 
メソッドの概要
protected  org.apache.axis.client.Stub createStub(URL url)
           
 Concept[] getRelatedConcepts(Language language, String conceptId, ConceptualRelation relation)
          ある概念と特定の関係で関連付けられる概念を取得する
 Concept[] searchConcepts(Language Language, String word, MatchingMethod matchingMethod)
          概念を検索する。
 
クラス jp.go.nict.langrid.client.ws_1_2.impl.ServiceClientImpl から継承されたメソッド
convert, getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserId
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.go.nict.langrid.client.ws_1_2.ServiceClient から継承されたメソッド
getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
 

コンストラクタの詳細

ConceptDictionaryClientImpl

public ConceptDictionaryClientImpl(URL serviceUrl)
コンストラクタ。

パラメータ:
serviceUrl - サービスが配備されているURL
メソッドの詳細

getRelatedConcepts

public Concept[] getRelatedConcepts(Language language,
                                    String conceptId,
                                    ConceptualRelation relation)
                             throws LangridException
インタフェース ConceptDictionaryClient の記述:
ある概念と特定の関係で関連付けられる概念を取得する

定義:
インタフェース ConceptDictionaryClient 内の getRelatedConcepts
パラメータ:
language - 概念を表す言語
conceptId - 概念のID
relation - 概念間の関係
戻り値:
概念IDと言語のペアで表された概念と特定の関係で関連付けられる概念の配列
例外:
LangridException - 概念辞書サービスの利用に失敗した

searchConcepts

public Concept[] searchConcepts(Language Language,
                                String word,
                                MatchingMethod matchingMethod)
                         throws LangridException
インタフェース ConceptDictionaryClient の記述:
概念を検索する。

定義:
インタフェース ConceptDictionaryClient 内の searchConcepts
パラメータ:
Language - 概念見出し語の言語
word - 概念見出し語
matchingMethod - 検索方法
戻り値:
概念見出し語で表される概念の配列
例外:
LangridException - 概念辞書サービスの利用に失敗した

createStub

protected org.apache.axis.client.Stub createStub(URL url)
                                          throws javax.xml.rpc.ServiceException
定義:
クラス ServiceClientImpl 内の createStub
例外:
javax.xml.rpc.ServiceException