|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.client.impl.protobuf.PbClientFactory
public class PbClientFactory
コンストラクタの概要 | |
---|---|
PbClientFactory()
|
メソッドの概要 | ||
---|---|---|
|
create(Class<T> interfaceClass,
URL url)
createが返すオブジェクトは、RequestAttributesインタフェースとResponseAttributes インタフェースを実装している必要がある。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PbClientFactory()
メソッドの詳細 |
---|
public <T> T create(Class<T> interfaceClass, URL url)
ClientFactory
の記述:
ClientFactory
内の create
interfaceClass
- サービスのインタフェースクラスurl
- エンドポイントURL
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |