jp.go.nict.langrid.client.impl.protobuf
クラス PbClientFactory

java.lang.Object
  上位を拡張 jp.go.nict.langrid.client.impl.protobuf.PbClientFactory
すべての実装されたインタフェース:
ClientFactory

public class PbClientFactory
extends Object
implements ClientFactory


コンストラクタの概要
PbClientFactory()
           
 
メソッドの概要
<T> T
create(Class<T> interfaceClass, URL url)
          createが返すオブジェクトは、RequestAttributesインタフェースとResponseAttributes インタフェースを実装している必要がある。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PbClientFactory

public PbClientFactory()
メソッドの詳細

create

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

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