gluu
org
xdi
oxd
client
OxdClient
静的公開メンバ関数
|
非公開メンバ関数
|
全メンバ一覧
org.xdi.oxd.client.OxdClient クラス
org.xdi.oxd.client.OxdClient 連携図
静的公開メンバ関数
static
ClientInterface
newClient
(String target)
非公開メンバ関数
OxdClient
()
詳解
著者
yuriyz
構築子と解体子
◆
OxdClient()
org.xdi.oxd.client.OxdClient.OxdClient
(
)
inline
private
13
{
14
}
関数詳解
◆
newClient()
static
ClientInterface
org.xdi.oxd.client.OxdClient.newClient
(
String
target
)
inline
static
16
{
17
WebTarget webTarget = ClientBuilder.newClient().target(target);
18
return
WebResourceFactory.newResource(ClientInterface.class, webTarget);
19
}
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxd/oxd-client/src/main/java/org/xdi/oxd/client/
OxdClient.java
2018年09月30日(日) 14時46分44秒作成 - gluu / 構成:
1.8.13