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