|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.xmlrpc.XmlrpcClientHolder
class XmlrpcClientHolder extends Object
| Field Summary | |
|---|---|
private static XmlrpcClientHolder |
INSTANCE
|
private Map |
PROXIES
|
| Constructor Summary | |
private XmlrpcClientHolder()
|
|
| Method Summary | |
|---|---|
XMLRPCServerProxy
|
fetchXmlrpcProxy(Map params)
|
static XmlrpcClientHolder
|
getInstance()
|
XMLRPCServerProxy
|
getXmlrpcProxy(String id)
|
String[]
|
getXmlrpcProxyIds()
|
void
|
setXmlrpcProxy(String id, XMLRPCServerProxy client)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final XmlrpcClientHolder INSTANCE
private final Map PROXIES
| Constructor Detail |
|---|
private XmlrpcClientHolder()
| Method Detail |
|---|
XMLRPCServerProxy fetchXmlrpcProxy(Map params)
static XmlrpcClientHolder getInstance()
XMLRPCServerProxy getXmlrpcProxy(String id)
String[] getXmlrpcProxyIds()
void setXmlrpcProxy(String id, XMLRPCServerProxy client)
Groovy Documentation