|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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.
| Constructor Summary | |
XmlRpcSystemImpl(XmlRpcListableHandlerMapping pMapping)
Creates a new instance, which provides meta data for the given handler mappings methods. |
|
| Method Summary | |
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 |
| Constructor Detail |
public XmlRpcSystemImpl(XmlRpcListableHandlerMapping pMapping)
| Method Detail |
public java.lang.String[][] methodSignature(java.lang.String methodName)
throws XmlRpcException
XmlRpcExceptionXmlRpcListableHandlerMapping.getMethodSignature(String)
public java.lang.String methodHelp(java.lang.String methodName)
throws XmlRpcException
XmlRpcExceptionXmlRpcListableHandlerMapping.getMethodHelp(String)
public java.lang.String[] listMethods()
throws XmlRpcException
XmlRpcExceptionXmlRpcListableHandlerMapping.getListMethods()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||