Groovy Documentation

griffon.plugins.wslite
[Java] Interface WsliteProvider


public interface WsliteProvider

Authors:
Andres Almiray


Method Summary
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)

 

Method Detail

withHttp

public Object withHttp(Map params, Closure closure)


withHttp

public Object withHttp(Map params, CallableWithArgs callable)


withRest

public Object withRest(Map params, Closure closure)


withRest

public Object withRest(Map params, CallableWithArgs callable)


withSoap

public Object withSoap(Map params, Closure closure)


withSoap

public Object withSoap(Map params, CallableWithArgs callable)


 

Groovy Documentation