Groovy Documentation

griffon.plugins.xmlrpc
[Java] Interface XmlrpcProvider


public interface XmlrpcProvider

Authors:
Andres Almiray


Method Summary
R withXmlrpc(Map params, Closure closure)

R withXmlrpc(Map params, CallableWithArgs callable)

 

Method Detail

withXmlrpc

public R withXmlrpc(Map params, Closure closure)


withXmlrpc

public R withXmlrpc(Map params, CallableWithArgs callable)


 

Groovy Documentation