Groovy Documentation

griffon.plugins.wsclient
[Groovy] Class WsclientConnector

java.lang.Object
  griffon.plugins.wsclient.WsclientConnector
All Implemented Interfaces:
WsclientProvider

@Singleton
class WsclientConnector
extends Object

Authors:
Andres Almiray


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

BUILDERS

private final Map BUILDERS


 
Constructor Detail

WsclientConnector

WsclientConnector()


 
Method Detail

configureClient

private def configureClient(Map params)


doWithClient

private Object doWithClient(Map params, Closure closure)


doWithClient

private Object doWithClient(Map params, CallableWithArgs callable)


makeClient

private def makeClient(Map params)


withWs

Object withWs(Map params, Closure closure)


withWs

Object withWs(Map params, CallableWithArgs callable)


 

Groovy Documentation