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) . |
execute
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.
XmlRpcException
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.
XmlRpcException
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.