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
XmlRpcException
XmlRpcListableHandlerMapping.getMethodSignature(String)
public String methodHelp(String methodName) throws XmlRpcException
XmlRpcException
XmlRpcListableHandlerMapping.getMethodHelp(String)
public String[] listMethods() throws XmlRpcException
XmlRpcException
XmlRpcListableHandlerMapping.getListMethods()
public static void addSystemHandler(PropertyHandlerMapping pMapping) throws XmlRpcException
XmlRpcException
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.