public class XmlRpcSystemImpl extends Object
XmlRpcListableHandlerMapping.
Suggested use is to create an instance and add it to
the handler mapping with the "system" prefix.| Constructor and Description |
|---|
XmlRpcSystemImpl(XmlRpcListableHandlerMapping pMapping)
Creates a new instance, which provides meta data
for the given handler mappings methods.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addSystemHandler(PropertyHandlerMapping pMapping)
Adds an instance of this class to the given handler
mapping.
|
String[] |
listMethods()
Implements the "system.listMethods" call.
|
String |
methodHelp(String methodName)
Implements the "system.methodHelp" call.
|
String[][] |
methodSignature(String methodName)
Implements the "system.methodSignature" call.
|
public XmlRpcSystemImpl(XmlRpcListableHandlerMapping pMapping)
public String[][] methodSignature(String methodName) throws XmlRpcException
public String methodHelp(String methodName) throws XmlRpcException
XmlRpcExceptionXmlRpcListableHandlerMapping.getMethodHelp(String)public String[] listMethods() throws XmlRpcException
XmlRpcExceptionXmlRpcListableHandlerMapping.getListMethods()public static void addSystemHandler(PropertyHandlerMapping pMapping) throws XmlRpcException
XmlRpcExceptionCopyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.