Package org.apache.xmlrpc.metadata
Class XmlRpcSystemImpl
java.lang.Object
org.apache.xmlrpc.metadata.XmlRpcSystemImpl
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.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXmlRpcSystemImpl
(XmlRpcListableHandlerMapping pMapping) Creates a new instance, which provides meta data for the given handler mappings methods. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addSystemHandler
(PropertyHandlerMapping pMapping) Adds an instance of this class to the given handler mapping.String[]
Implements the "system.listMethods" call.methodHelp
(String methodName) Implements the "system.methodHelp" call.String[][]
methodSignature
(String methodName) Implements the "system.methodSignature" call.
-
Field Details
-
mapping
-
-
Constructor Details
-
XmlRpcSystemImpl
Creates a new instance, which provides meta data for the given handler mappings methods.
-
-
Method Details
-
methodSignature
Implements the "system.methodSignature" call.- Throws:
XmlRpcException
- See Also:
-
methodHelp
Implements the "system.methodHelp" call.- Throws:
XmlRpcException
- See Also:
-
listMethods
Implements the "system.listMethods" call.- Throws:
XmlRpcException
- See Also:
-
addSystemHandler
Adds an instance of this class to the given handler mapping.- Throws:
XmlRpcException
-