Groovy Documentation

griffon.plugins.wslite
[Java] Class AbstractWsliteProvider

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

public abstract class AbstractWsliteProvider
extends Object

Authors:
Andres Almiray


Constructor Summary
AbstractWsliteProvider()

 
Method Summary
protected wslite.http.HTTPClient getHttpClient(Map params)

protected wslite.rest.RESTClient getRestClient(Map params)

protected wslite.soap.SOAPClient getSoapClient(Map params)

R withHttp(Map params, Closure closure)

R withHttp(Map params, CallableWithArgs callable)

R withRest(Map params, Closure closure)

R withRest(Map params, CallableWithArgs callable)

R withSoap(Map params, Closure closure)

R withSoap(Map params, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractWsliteProvider

AbstractWsliteProvider()


 
Method Detail

getHttpClient

protected wslite.http.HTTPClient getHttpClient(Map params)


getRestClient

protected wslite.rest.RESTClient getRestClient(Map params)


getSoapClient

protected wslite.soap.SOAPClient getSoapClient(Map params)


withHttp

public R withHttp(Map params, Closure closure)


withHttp

public R withHttp(Map params, CallableWithArgs callable)


withRest

public R withRest(Map params, Closure closure)


withRest

public R withRest(Map params, CallableWithArgs callable)


withSoap

public R withSoap(Map params, Closure closure)


withSoap

public R withSoap(Map params, CallableWithArgs callable)


 

Groovy Documentation