org.apache.xmlrpc.metadata
public class ReflectiveXmlRpcMetaDataHandler extends ReflectiveXmlRpcHandler implements XmlRpcMetaDataHandler
Constructor Summary | |
---|---|
ReflectiveXmlRpcMetaDataHandler(AbstractReflectiveHandlerMapping pMapping, TypeConverterFactory pTypeConverterFactory, Class pClass, RequestProcessorFactoryFactory.RequestProcessorFactory pFactory, Method[] pMethods, String[][] pSignatures, String pMethodHelp) Creates a new instance. |
Method Summary | |
---|---|
String | getMethodHelp() |
String[][] | getSignatures() |
Parameters: pMapping The mapping, which creates this handler. pClass The class, which has been inspected to create
this handler. Typically, this will be the same as
pInstance.getClass()
. It is used for diagnostic
messages only. pMethods The method, which will be invoked for
executing the handler. pSignatures The signature, which will be returned by
getSignatures. pMethodHelp The help string, which will be returned
by getMethodHelp.