|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.wsclient.WsclientConnector
@Singleton class WsclientConnector extends Object
| Field Summary | |
|---|---|
private Map |
BUILDERS
|
| Constructor Summary | |
WsclientConnector()
|
|
| Method Summary | |
|---|---|
private def
|
configureClient(Map params)
|
private Object
|
doWithClient(Map params, Closure closure)
|
private Object
|
doWithClient(Map params, CallableWithArgs callable)
|
private def
|
makeClient(Map params)
|
Object
|
withWs(Map params, Closure closure)
|
Object
|
withWs(Map params, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final Map BUILDERS
| Constructor Detail |
|---|
WsclientConnector()
| Method Detail |
|---|
private def configureClient(Map params)
private Object doWithClient(Map params, Closure closure)
private Object doWithClient(Map params, CallableWithArgs callable)
private def makeClient(Map params)
Object withWs(Map params, Closure closure)
Object withWs(Map params, CallableWithArgs callable)
Groovy Documentation