Package | Description |
---|---|
org.dataone.client.impl | |
org.dataone.client.impl.rest | |
org.dataone.client.itk |
Modifier and Type | Field and Description |
---|---|
protected MultipartRestClient |
NodeListNodeLocator.restClient |
protected MultipartRestClient |
SettingsContextNodeLocator.restClient |
Modifier and Type | Method and Description |
---|---|
MultipartRestClient |
D1NodeFactory.getRestClient()
Access the MultipartRestClient set by the parameterless constructor
|
Modifier and Type | Method and Description |
---|---|
static CNode |
D1NodeFactory.buildCNode(MultipartRestClient mrc,
URI uri)
Instantiate a CNode instance of the right type from the given URI
and the provided MultipartRestClient
|
static MNode |
D1NodeFactory.buildMNode(MultipartRestClient mrc,
URI uri)
Instantiate an MNode instance of the right type from the given URI
and the provided MultipartRestClient
|
Constructor and Description |
---|
D1NodeFactory(MultipartRestClient mrc) |
NodeListNodeLocator(NodeList nl,
MultipartRestClient mrc) |
SettingsContextNodeLocator(MultipartRestClient mrc) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpMultipartRestClient |
class |
HttpMultipartRestClient
This class wraps the RestClient, adding uniform exception deserialization and
the setup of SSL for standard DataONE communications.
|
Modifier and Type | Field and Description |
---|---|
protected MultipartRestClient |
MultipartD1Node.restClient
the adapter / connector to the RESTful service endpoints
|
Constructor and Description |
---|
MultipartCNode(MultipartRestClient mrc,
String nodeBaseServiceUrl)
Construct a new client-side MultipartCNode (Coordinating Node) object,
passing in the base url of the member node for calling its services.
|
MultipartCNode(MultipartRestClient mrc,
String nodeBaseServiceUrl,
Session session)
Construct a new client-side MultipartCNode (Coordinating Node) object,
passing in the base url of the member node for calling its services,
and the Session to use for connections to that node.
|
MultipartD1Node(MultipartRestClient client,
String nodeBaseServiceUrl)
Constructor to create a new instance.
|
MultipartD1Node(MultipartRestClient client,
String nodeBaseServiceUrl,
Session session)
Constructor to create a new instance.
|
MultipartMNode(MultipartRestClient mrc,
String nodeBaseServiceUrl)
Construct a new client-side MultipartMNode (Member Node) object,
passing in the base url of the member node for calling its services.
|
MultipartMNode(MultipartRestClient mrc,
String nodeBaseServiceUrl,
Session session)
Construct a new client-side MultipartMNode (Member Node) object,
passing in the base url of the member node for calling its services,
and the Session to use for connections to that node.
|
Modifier and Type | Field and Description |
---|---|
protected static MultipartRestClient |
D1Client.restClient |
Copyright © 2014. All Rights Reserved.