public class D1NodeFactory extends Object
Constructor and Description |
---|
D1NodeFactory() |
D1NodeFactory(MultipartRestClient mrc) |
Modifier and Type | Method and Description |
---|---|
static CNode |
buildCNode(MultipartRestClient mrc,
URI uri)
Instantiate a CNode instance of the right type from the given URI
and the provided MultipartRestClient
|
CNode |
buildCNode(URI uri)
Instantiate a CNode instance of the right type from the given URI
|
static MNode |
buildMNode(MultipartRestClient mrc,
URI uri)
Instantiate an MNode instance of the right type from the given URI
and the provided MultipartRestClient
|
MNode |
buildMNode(URI uri)
Instantiate an MNode instance of the right type from the given URI
|
MultipartRestClient |
getRestClient()
Access the MultipartRestClient set by the parameterless constructor
|
public D1NodeFactory(MultipartRestClient mrc)
public D1NodeFactory()
public MultipartRestClient getRestClient()
public CNode buildCNode(URI uri) throws ClientSideException
uri
- ClientSideException
public MNode buildMNode(URI uri) throws ClientSideException
uri
- ClientSideException
public static CNode buildCNode(MultipartRestClient mrc, URI uri) throws ClientSideException
mrc
- uri
- ClientSideException
public static MNode buildMNode(MultipartRestClient mrc, URI uri) throws ClientSideException
mrc
- uri
- ClientSideException
Copyright © 2014. All Rights Reserved.