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

既知の実装クラスの一覧:
AxisClientFactory, PbClientFactory

public interface ClientFactory


メソッドの概要
<T> T
create(Class<T> interfaceClass, URL url)
          createが返すオブジェクトは、RequestAttributesインタフェースとResponseAttributes インタフェースを実装している必要がある。
 

メソッドの詳細

create

<T> T create(Class<T> interfaceClass,
             URL url)
createが返すオブジェクトは、RequestAttributesインタフェースとResponseAttributes インタフェースを実装している必要がある。

パラメータ:
interfaceClass - サービスのインタフェースクラス
url - エンドポイントURL
戻り値:
クライアント