Class 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.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void addSystemHandler​(PropertyHandlerMapping pMapping)
      Adds an instance of this class to the given handler mapping.
      java.lang.String[] listMethods()
      Implements the "system.listMethods" call.
      java.lang.String methodHelp​(java.lang.String methodName)
      Implements the "system.methodHelp" call.
      java.lang.String[][] methodSignature​(java.lang.String methodName)
      Implements the "system.methodSignature" call.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait