Groovy Documentation

griffon.plugins.xmlrpc
[Java] Class AbstractXmlrpcProvider

java.lang.Object
  griffon.plugins.xmlrpc.AbstractXmlrpcProvider
All Implemented Interfaces:
XmlrpcProvider

public abstract class AbstractXmlrpcProvider
extends Object

Authors:
Andres Almiray


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

AbstractXmlrpcProvider()


 
Method Detail

getXmlrpcProxy

protected XMLRPCServerProxy getXmlrpcProxy(Map params)


withXmlrpc

public R withXmlrpc(Map params, Closure closure)


withXmlrpc

public R withXmlrpc(Map params, CallableWithArgs callable)


 

Groovy Documentation