public interface XmlRpcMetaDataHandler extends XmlRpcHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodHelp()
This method may be used to implement
XmlRpcListableHandlerMapping.getMethodHelp(String). |
String[][] |
getSignatures()
This method may be used to implement
XmlRpcListableHandlerMapping.getMethodSignature(String). |
executeString[][] getSignatures() throws XmlRpcException
This method may be used to implement
XmlRpcListableHandlerMapping.getMethodSignature(String).
Typically, the handler mapping will pick up the
matching handler, invoke its method
getSignatures(), and return the result.
Method handlers, which are created by the
AbstractReflectiveHandlerMapping, will typically
return a single signature only.
XmlRpcExceptionString getMethodHelp() throws XmlRpcException
This method may be used to implement
XmlRpcListableHandlerMapping.getMethodHelp(String).
Typically, the handler mapping will pick up the
matching handler, invoke its method
getMethodHelp(), and return the result.
XmlRpcExceptionCopyright © 2001–2025 The Apache Software Foundation. All rights reserved.