public class ReflectiveXmlRpcMetaDataHandler extends ReflectiveXmlRpcHandler implements XmlRpcMetaDataHandler
XmlRpcMetaDataHandler.| Constructor and Description |
|---|
ReflectiveXmlRpcMetaDataHandler(AbstractReflectiveHandlerMapping pMapping,
TypeConverterFactory pTypeConverterFactory,
Class pClass,
RequestProcessorFactoryFactory.RequestProcessorFactory pFactory,
Method[] pMethods,
String[][] pSignatures,
String pMethodHelp)
Creates a new instance.
|
| 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). |
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic ReflectiveXmlRpcMetaDataHandler(AbstractReflectiveHandlerMapping pMapping, TypeConverterFactory pTypeConverterFactory, Class pClass, RequestProcessorFactoryFactory.RequestProcessorFactory pFactory, Method[] pMethods, String[][] pSignatures, String pMethodHelp)
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().public String[][] getSignatures() throws XmlRpcException
XmlRpcMetaDataHandlerThis method may be used to implement
XmlRpcListableHandlerMapping.getMethodSignature(String).
Typically, the handler mapping will pick up the
matching handler, invoke its method
XmlRpcMetaDataHandler.getSignatures(), and return the result.
Method handlers, which are created by the
AbstractReflectiveHandlerMapping, will typically
return a single signature only.
getSignatures in interface XmlRpcMetaDataHandlerXmlRpcExceptionpublic String getMethodHelp() throws XmlRpcException
XmlRpcMetaDataHandlerThis method may be used to implement
XmlRpcListableHandlerMapping.getMethodHelp(String).
Typically, the handler mapping will pick up the
matching handler, invoke its method
XmlRpcMetaDataHandler.getMethodHelp(), and return the result.
getMethodHelp in interface XmlRpcMetaDataHandlerXmlRpcExceptionCopyright © 2001–2025 The Apache Software Foundation. All rights reserved.