Groovy Documentation

griffon.plugins.wslite
[Java] Class WsliteContributionAdapter

java.lang.Object
  griffon.plugins.wslite.WsliteContributionAdapter
All Implemented Interfaces:
WsliteContributionHandler

public class WsliteContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private WsliteProvider provider

 
Constructor Summary
WsliteContributionAdapter()

 
Method Summary
WsliteProvider getWsliteProvider()

void setWsliteProvider(WsliteProvider provider)

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
 

Field Detail

provider

private WsliteProvider provider


 
Constructor Detail

WsliteContributionAdapter

WsliteContributionAdapter()


 
Method Detail

getWsliteProvider

public WsliteProvider getWsliteProvider()


setWsliteProvider

public void setWsliteProvider(WsliteProvider provider)


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