Groovy Documentation

griffon.plugins.wslite
[Groovy] Class WsliteConnector

java.lang.Object
  griffon.plugins.wslite.WsliteConnector
All Implemented Interfaces:
WsliteProvider

@Singleton
class WsliteConnector
extends Object

Authors:
Andres Almiray


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

BUILDERS

private final Map BUILDERS


HTTP_PROPERTIES

private static final def HTTP_PROPERTIES


 
Constructor Detail

WsliteConnector

WsliteConnector()


 
Method Detail

configureClient

private def configureClient(Class klass, Map params)


doWithClient

private Object doWithClient(Class klass, Map params, Closure closure)


doWithClient

private Object doWithClient(Class klass, Map params, CallableWithArgs callable)


makeClient

private def makeClient(Class klass, Map params)


withHttp

Object withHttp(Map params, Closure closure)


withHttp

Object withHttp(Map params, CallableWithArgs callable)


withRest

Object withRest(Map params, Closure closure)


withRest

Object withRest(Map params, CallableWithArgs callable)


withSoap

Object withSoap(Map params, Closure closure)


withSoap

Object withSoap(Map params, CallableWithArgs callable)


 

Groovy Documentation