public class RestClient extends Object
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.WebResource.Builder |
getClientBuilder(String url)
Gets a client web resource builder.
|
com.fasterxml.jackson.databind.node.ObjectNode |
getRest()
Builds a REST client and fetches XOS mapping data in JSON format.
|
public com.sun.jersey.api.client.WebResource.Builder getClientBuilder(String url)
url - the URL to access remote resourcepublic com.fasterxml.jackson.databind.node.ObjectNode getRest()
Copyright © 2015. All rights reserved.