|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.client.ws_1_2.impl.ServiceClientImpl
jp.go.nict.langrid.client.ws_1_2.impl.langservice.BilingualDictionaryClientImpl
public class BilingualDictionaryClientImpl
対訳辞書クライアント実装クラス。
| コンストラクタの概要 | |
|---|---|
BilingualDictionaryClientImpl(URL serviceUrl)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
protected org.apache.axis.client.Stub |
createStub(URL url)
|
Calendar |
getLastUpdate()
辞書データの最終更新日を返す。 |
LanguagePair[] |
getSupportedLanguagePairs()
辞書の対応言語を取得する。 |
String[] |
getSupportedMatchingMethods()
辞書ラッパーが対応している検索手法を返す。 |
Translation[] |
search(Language headLang,
Language targetLang,
String headWord,
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 |
| コンストラクタの詳細 |
|---|
public BilingualDictionaryClientImpl(URL serviceUrl)
serviceUrl - サービスが配備されているURL| メソッドの詳細 |
|---|
public Translation[] search(Language headLang,
Language targetLang,
String headWord,
MatchingMethod matchingMethod)
throws LangridException
BilingualDictionaryClient の記述:
BilingualDictionaryClient 内の searchheadLang - 対訳の元言語(RFC3066準拠.prefixのみ一致した場合は,一致した言語が1つの場合のみ呼び出し可能(例:対訳言語対にzh-Hansがあったときに,headLangにzhを指定した場合))targetLang - 対訳の対象言語(RFC3066準拠.prefixのみ一致した場合は,一致した言語が1つの場合のみ呼び出し可能(例:対訳言語対にzh-Hansがあったときに,targetLangにzhを指定した場合))headWord - 対訳を検索する語matchingMethod - 検索方法("COMPLETE","PREFIX","SUFFIX","PARTIAL","REGEX"のいずれか)
LangridException - サービスの呼び出しに失敗した
public LanguagePair[] getSupportedLanguagePairs()
throws LangridException
BilingualDictionaryClient の記述:
BilingualDictionaryClient 内の getSupportedLanguagePairsLangridException - サービスの呼び出しに失敗した
public String[] getSupportedMatchingMethods()
throws LangridException
BilingualDictionaryClient の記述:
BilingualDictionaryClient 内の getSupportedMatchingMethodsLangridException - サービスの呼び出しに失敗した
public Calendar getLastUpdate()
throws LangridException
BilingualDictionaryClient の記述:
BilingualDictionaryClient 内の getLastUpdateLangridException - サービスの呼び出しに失敗した
protected org.apache.axis.client.Stub createStub(URL url)
throws javax.xml.rpc.ServiceException
ServiceClientImpl 内の createStubjavax.xml.rpc.ServiceException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||