| Package | Description |
|---|---|
| xdi2.client |
A client can send messages to an XDI endpoint and receive results.
|
| xdi2.client.agent | |
| xdi2.client.agent.impl | |
| xdi2.client.exceptions | |
| xdi2.client.http |
An XDI client that can send XDI messages via HTTP.
|
| xdi2.client.local |
An XDI client that can "send" XDI messages to local Graph objects.
|
| xdi2.client.util | |
| xdi2.discovery |
| Modifier and Type | Method and Description |
|---|---|
MessageResult |
XDIClient.send(MessageEnvelope messageEnvelope,
MessageResult messageResult)
Sends an XDI message envelope to an XDI endpoint and retrieves the results.
|
| Modifier and Type | Method and Description |
|---|---|
xdi2.core.ContextNode |
XDIAgent.get(xdi2.core.syntax.XDIAddress XDIaddress,
xdi2.core.Graph localGraph)
Given an address and an optional local graph, the agent will try to
obtain a context with the desired data.
|
| Modifier and Type | Method and Description |
|---|---|
xdi2.core.ContextNode |
XDIBasicAgent.get(xdi2.core.syntax.XDIAddress XDIaddress,
xdi2.core.Graph localGraph) |
| Modifier and Type | Class and Description |
|---|---|
class |
Xdi2AgentException |
class |
Xdi2DiscoveryException |
| Modifier and Type | Method and Description |
|---|---|
MessageResult |
XDIHttpClient.send(MessageEnvelope messageEnvelope,
MessageResult messageResult) |
| Modifier and Type | Method and Description |
|---|---|
MessageResult |
XDILocalClient.send(MessageEnvelope messageEnvelope,
MessageResult messageResult) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XDIClientUtil.authenticateSecretToken(xdi2.core.syntax.CloudNumber cloudNumber,
URL xdiEndpointUrl,
String secretToken) |
static PrivateKey |
XDIClientUtil.retrieveEncryptionPrivateKey(xdi2.core.syntax.CloudNumber cloudNumber,
URL xdiEndpointUrl,
String secretToken) |
static PrivateKey |
XDIClientUtil.retrieveSignaturePrivateKey(xdi2.core.syntax.CloudNumber cloudNumber,
URL xdiEndpointUrl,
String secretToken) |
| Modifier and Type | Method and Description |
|---|---|
XDIDiscoveryResult |
XDIDiscoveryClient.discover(xdi2.core.syntax.XDIAddress query,
xdi2.core.syntax.XDIAddress[] endpointUriTypes) |
XDIDiscoveryResult |
XDIDiscoveryClient.discoverFromAuthority(URL xdiEndpointUrl,
xdi2.core.syntax.CloudNumber cloudNumber,
xdi2.core.syntax.XDIAddress[] endpointUriTypes) |
XDIDiscoveryResult |
XDIDiscoveryClient.discoverFromRegistry(xdi2.core.syntax.XDIAddress query,
xdi2.core.syntax.XDIAddress[] endpointUriTypes) |
Copyright © 2015. All Rights Reserved.