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

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

public class TranslationClientImpl
extends ServiceClientImpl
implements TranslationClient

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

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

コンストラクタの概要
TranslationClientImpl(URL serviceUrl)
          コンストラクタ。
 
メソッドの概要
protected  org.apache.axis.client.Stub createStub(URL url)
           
 String translate(Language sourceLang, Language targetLang, String source)
          コンストラクタで指定されたURLを使用して翻訳サービスを呼び出す。
 
クラス 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
 

コンストラクタの詳細

TranslationClientImpl

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

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

translate

public String translate(Language sourceLang,
                        Language targetLang,
                        String source)
                 throws LangridException
コンストラクタで指定されたURLを使用して翻訳サービスを呼び出す。

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

createStub

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