org.apache.xmlrpc.metadata
Class XmlRpcSystemImpl
java.lang.Objectorg.apache.xmlrpc.metadata.XmlRpcSystemImpl
public class XmlRpcSystemImpl
extends java.lang.Object
This class implements the various "system" calls,
as specifies by
XmlRpcListableHandlerMapping.
Suggested use is to create an instance and add it to
the handler mapping with the "system" prefix.
XmlRpcSystemImpl
public XmlRpcSystemImpl(XmlRpcListableHandlerMapping pMapping)
Creates a new instance, which provides meta data
for the given handler mappings methods.
listMethods
public String[] listMethods()
throws XmlRpcExceptionImplements the "system.listMethods" call.
methodHelp
public String methodHelp(String methodName)
throws XmlRpcExceptionImplements the "system.methodHelp" call.
methodSignature
public String[][] methodSignature(String methodName)
throws XmlRpcExceptionImplements the "system.methodSignature" call.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.