org.apache.xmlrpc.metadata

Class XmlRpcSystemImpl

public class XmlRpcSystemImpl extends Object

This class implements the various "system" calls, as specifies by {@link XmlRpcListableHandlerMapping}. Suggested use is to create an instance and add it to the handler mapping with the "system" prefix.
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.
StringmethodHelp(String methodName)
Implements the "system.methodHelp" call.
String[][]methodSignature(String methodName)
Implements the "system.methodSignature" call.

Constructor Detail

XmlRpcSystemImpl

public XmlRpcSystemImpl(XmlRpcListableHandlerMapping pMapping)
Creates a new instance, which provides meta data for the given handler mappings methods.

Method Detail

listMethods

public String[] listMethods()
Implements the "system.listMethods" call.

See Also: getListMethods

methodHelp

public String methodHelp(String methodName)
Implements the "system.methodHelp" call.

See Also: getMethodHelp

methodSignature

public String[][] methodSignature(String methodName)
Implements the "system.methodSignature" call.

See Also: getMethodSignature

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.