Public Member Functions | Static Public Member Functions | Private Attributes
org.apache.xmlrpc.metadata.XmlRpcSystemImpl Class Reference

List of all members.

Public Member Functions

String[] listMethods () throws XmlRpcException
String methodHelp (String methodName) throws XmlRpcException
String[][] methodSignature (String methodName) throws XmlRpcException
 XmlRpcSystemImpl (XmlRpcListableHandlerMapping pMapping)

Static Public Member Functions

static void addSystemHandler (final PropertyHandlerMapping pMapping) throws XmlRpcException

Private Attributes

XmlRpcListableHandlerMapping mapping

Detailed Description

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.

Definition at line 32 of file XmlRpcSystemImpl.java.


Constructor & Destructor Documentation

Creates a new instance, which provides meta data for the given handler mappings methods.

Definition at line 38 of file XmlRpcSystemImpl.java.


Member Function Documentation

Adds an instance of this class to the given handler mapping.

Definition at line 67 of file XmlRpcSystemImpl.java.

Implements the "system.listMethods" call.

See also:
XmlRpcListableHandlerMapping::getListMethods()

Definition at line 59 of file XmlRpcSystemImpl.java.

String org.apache.xmlrpc.metadata.XmlRpcSystemImpl.methodHelp ( String  methodName) throws XmlRpcException [inline]

Implements the "system.methodHelp" call.

See also:
XmlRpcListableHandlerMapping::getMethodHelp(String)

Definition at line 52 of file XmlRpcSystemImpl.java.

String [][] org.apache.xmlrpc.metadata.XmlRpcSystemImpl.methodSignature ( String  methodName) throws XmlRpcException [inline]

Implements the "system.methodSignature" call.

See also:
XmlRpcListableHandlerMapping::getMethodSignature(String)

Definition at line 45 of file XmlRpcSystemImpl.java.


Member Data Documentation

Definition at line 33 of file XmlRpcSystemImpl.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50