|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface RestClientFactory
Method Summary | |
---|---|
Client
|
createRestClient(java.net.URI uri)
Creates and return the rest client. |
java.lang.Object
|
withRestClient(java.net.URI uri, groovy.lang.Closure closure)
Calls the closure with a client that has been started and make sure it gets closed. |
Method Detail |
---|
Client createRestClient(java.net.URI uri)
java.lang.Object withRestClient(java.net.URI uri, groovy.lang.Closure closure)
Groovy Documentation