|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.xmlrpc.AbstractXmlrpcProvider
public abstract class AbstractXmlrpcProvider extends Object
| Constructor Summary | |
AbstractXmlrpcProvider()
|
|
| Method Summary | |
|---|---|
protected XMLRPCServerProxy
|
getXmlrpcProxy(Map params)
|
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 |
| Constructor Detail |
|---|
AbstractXmlrpcProvider()
| Method Detail |
|---|
protected XMLRPCServerProxy getXmlrpcProxy(Map params)
public R withXmlrpc(Map params, Closure closure)
public R withXmlrpc(Map params, CallableWithArgs callable)
Groovy Documentation