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

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

public class PictogramDictionaryClientImpl
extends ServiceClientImpl
implements PictogramDictionaryClient

絵文字辞書サービスクライアントの実装クラス。

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

コンストラクタの概要
PictogramDictionaryClientImpl(URL serviceUrl)
          コンストラクタ。
 
メソッドの概要
protected  org.apache.axis.client.Stub createStub(URL url)
           
 Pictogram[] search(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
 

コンストラクタの詳細

PictogramDictionaryClientImpl

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

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

search

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

createStub

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