jp.go.nict.langrid.client.ws_1_2
インタフェース PictogramDictionaryClient

すべてのスーパーインタフェース:
ServiceClient
既知の実装クラスの一覧:
PictogramDictionaryClientImpl

public interface PictogramDictionaryClient
extends ServiceClient

絵文字辞書のクライアント。

バージョン:
$Revision: 8830 $
作成者:
$Author: kkadowaki $

メソッドの概要
 Pictogram[] search(Language language, String word, MatchingMethod matchingMethod)
           
 
インタフェース jp.go.nict.langrid.client.ws_1_2.ServiceClient から継承されたメソッド
getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
 

メソッドの詳細

search

Pictogram[] search(Language language,
                   String word,
                   MatchingMethod matchingMethod)
                   throws LangridException
パラメータ:
language - wordの言語
word - 絵文字を検索する単語
matchingMethod - マッチング方法(MatchingMethod列挙値)
戻り値:
絵文字の検索結果.見つからない場合空配列
例外:
LangridException - サービスの呼び出しに失敗した