public interface XmlRpcMetaDataHandler extends XmlRpcHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethodHelp()
This method may be used to implement
XmlRpcListableHandlerMapping.getMethodHelp(String). |
java.lang.String[][] |
getSignatures()
This method may be used to implement
XmlRpcListableHandlerMapping.getMethodSignature(String). |
executejava.lang.String[][] 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.
XmlRpcExceptionjava.lang.String 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-2013. All Rights Reserved.