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

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

public class TranslationSelectionClientImpl
extends ServiceClientImpl
implements TranslationSelectionClient

翻訳選択クライアント実装クラス。

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

コンストラクタの概要
TranslationSelectionClientImpl(URL serverUrl)
          コンストラクタ
 
メソッドの概要
protected  org.apache.axis.client.Stub createStub(URL url)
           
 SelectionResult select(Language sourceLang, Language targetLang, String source)
          選択翻訳を行う。
 
クラス 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
 

コンストラクタの詳細

TranslationSelectionClientImpl

public TranslationSelectionClientImpl(URL serverUrl)
コンストラクタ

パラメータ:
serverUrl - サービスのURL
メソッドの詳細

createStub

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

select

public SelectionResult select(Language sourceLang,
                              Language targetLang,
                              String source)
                       throws LangridException
インタフェース TranslationSelectionClient の記述:
選択翻訳を行う。

定義:
インタフェース TranslationSelectionClient 内の select
パラメータ:
sourceLang - 翻訳元の言語
targetLang - 翻訳先の言語
source - 翻訳する文字列
戻り値:
翻訳選択結果
例外:
LangridException - 翻訳サービスの呼び出しに失敗した