A simple client for interacting with a REST web service exposed by a Grails application using XML as an interchange format
| Fields inherited from class | Fields |
|---|---|
class AbstractResourcesClient |
customizer, templatedUrl |
| Constructor and description |
|---|
XmlResourcesClient
(java.lang.String url)
|
XmlResourcesClient
(java.lang.String url, RestBuilder restBuilder) |
| Type | Name and description |
|---|---|
protected java.lang.Object |
convertBody(java.lang.Object requestBody) |
java.lang.String |
getAcceptContentType() |
java.lang.Class |
getAcceptType() |
| Methods inherited from class | Name |
|---|---|
class AbstractResourcesClient |
convertBody, customize, delete, get, get, getAcceptContentType, getAcceptType, head, head, options, options, patch, patch, post, post, put, put |
url - The base URL. Example http://localhost:8080/books