|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlRpcMetaDataHandler
A metadata handler is able to provide metadata about
itself, as specified
here.
Method Summary | |
---|---|
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) . |
Methods inherited from interface org.apache.xmlrpc.XmlRpcHandler |
---|
execute |
Method Detail |
---|
java.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.
XmlRpcException
java.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.
XmlRpcException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |