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

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

public class TranslationWithTemporalDictionaryClientImpl
extends ServiceClientImpl
implements TranslationWithTemporalDictionaryClient

一時辞書を用いた翻訳クライアント実装クラス。

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

コンストラクタの概要
TranslationWithTemporalDictionaryClientImpl(URL serviceUrl)
          コンストラクタ。
 
メソッドの概要
protected  org.apache.axis.client.Stub createStub(URL url)
           
 String translate(Language sourceLang, Language targetLang, String source, Translation[] temporalDict, Language dictTargetLang)
          翻訳を行う。
 
クラス 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
 

コンストラクタの詳細

TranslationWithTemporalDictionaryClientImpl

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

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

translate

public String translate(Language sourceLang,
                        Language targetLang,
                        String source,
                        Translation[] temporalDict,
                        Language dictTargetLang)
                 throws LangridException
インタフェース TranslationWithTemporalDictionaryClient の記述:
翻訳を行う。

定義:
インタフェース TranslationWithTemporalDictionaryClient 内の translate
パラメータ:
sourceLang - 翻訳元の言語
targetLang - 翻訳先の言語
source - 翻訳する文字列
temporalDict - 一時辞書データ
dictTargetLang - 辞書の対象言語。見出しの言語はsourceLangが使われる
戻り値:
翻訳結果
例外:
LangridException - 翻訳サービスの呼び出しに失敗した

createStub

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