|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.wsclient.WsclientContributionAdapter
public class WsclientContributionAdapter extends Object
| 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 |
|---|
private WsclientProvider provider
| Constructor Detail |
|---|
WsclientContributionAdapter()
| Method Detail |
|---|
public WsclientProvider getWsclientProvider()
public void setWsclientProvider(WsclientProvider provider)
public R withWs(Map params, Closure closure)
public R withWs(Map params, CallableWithArgs callable)
Groovy Documentation