org.apache.xmlrpc.metadata
public class XmlRpcSystemImpl extends Object
| Constructor Summary | |
|---|---|
| XmlRpcSystemImpl(XmlRpcListableHandlerMapping pMapping) Creates a new instance, which provides meta data
for the given handler mappings methods. | |
| Method Summary | |
|---|---|
| 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. |
See Also: getListMethods
See Also: getMethodHelp
See Also: getMethodSignature