|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.xmlrpc.XmlrpcContributionAdapter
public class XmlrpcContributionAdapter extends Object
| Field Summary | |
|---|---|
private XmlrpcProvider |
provider
|
| Constructor Summary | |
XmlrpcContributionAdapter()
|
|
| Method Summary | |
|---|---|
XmlrpcProvider
|
getXmlrpcProvider()
|
void
|
setXmlrpcProvider(XmlrpcProvider provider)
|
R
|
withXmlrpc(Map params, Closure closure)
|
R
|
withXmlrpc(Map params, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private XmlrpcProvider provider
| Constructor Detail |
|---|
XmlrpcContributionAdapter()
| Method Detail |
|---|
public XmlrpcProvider getXmlrpcProvider()
public void setXmlrpcProvider(XmlrpcProvider provider)
public R withXmlrpc(Map params, Closure closure)
public R withXmlrpc(Map params, CallableWithArgs callable)
Groovy Documentation