gluu
静的公開メンバ関数 | 非公開メンバ関数 | 全メンバ一覧
org.xdi.oxd.client.OxdClient クラス
org.xdi.oxd.client.OxdClient 連携図
Collaboration graph

静的公開メンバ関数

static ClientInterface newClient (String target)
 

非公開メンバ関数

 OxdClient ()
 

詳解

著者
yuriyz

構築子と解体子

◆ OxdClient()

org.xdi.oxd.client.OxdClient.OxdClient ( )
inlineprivate
13  {
14  }

関数詳解

◆ newClient()

static ClientInterface org.xdi.oxd.client.OxdClient.newClient ( String  target)
inlinestatic
16  {
17  WebTarget webTarget = ClientBuilder.newClient().target(target);
18  return WebResourceFactory.newResource(ClientInterface.class, webTarget);
19  }

このクラス詳解は次のファイルから抽出されました: