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

すべてのスーパーインタフェース:
ServiceClient
既知のサブインタフェースの一覧:
ParallelTextWithIdClient
既知の実装クラスの一覧:
ParallelTextClientImpl, ParallelTextWithIdClientImpl

public interface ParallelTextClient
extends ServiceClient

用例対訳サービスのクライアントが実装するインターフェース。

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

メソッドの概要
 ParallelText[] search(Language sourceLang, Language targetLang, String source, MatchingMethod matchingMethod)
          コンストラクタで指定されたURLを使用して用例対訳サービスを呼び出す。
 
インタフェース jp.go.nict.langrid.client.ws_1_2.ServiceClient から継承されたメソッド
getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
 

メソッドの詳細

search

ParallelText[] search(Language sourceLang,
                      Language targetLang,
                      String source,
                      MatchingMethod matchingMethod)
                      throws LangridException
コンストラクタで指定されたURLを使用して用例対訳サービスを呼び出す。

パラメータ:
sourceLang - 用例対訳の元言語
targetLang - 用例対訳の先言語
source - 検索する文字列
matchingMethod - 検索方法
戻り値:
検索結果
例外:
LangridException - 翻訳サービスの呼び出しに失敗した