Groovy Documentation

griffon.plugins.wsclient
[Java] Class WsclientContributionAdapter

java.lang.Object
  griffon.plugins.wsclient.WsclientContributionAdapter
All Implemented Interfaces:
WsclientContributionHandler

public class WsclientContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private WsclientProvider provider

 
Constructor Summary
WsclientContributionAdapter()

 
Method Summary
WsclientProvider getWsclientProvider()

void setWsclientProvider(WsclientProvider provider)

R withWs(Map params, Closure closure)

R withWs(Map params, CallableWithArgs callable)

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

Field Detail

provider

private WsclientProvider provider


 
Constructor Detail

WsclientContributionAdapter

WsclientContributionAdapter()


 
Method Detail

getWsclientProvider

public WsclientProvider getWsclientProvider()


setWsclientProvider

public void setWsclientProvider(WsclientProvider provider)


withWs

public R withWs(Map params, Closure closure)


withWs

public R withWs(Map params, CallableWithArgs callable)


 

Groovy Documentation