org.apache.xmlrpc.metadata
Class ReflectiveXmlRpcMetaDataHandler
- XmlRpcHandler, XmlRpcMetaDataHandler
public class ReflectiveXmlRpcMetaDataHandler
ReflectiveXmlRpcMetaDataHandler
public ReflectiveXmlRpcMetaDataHandler(AbstractReflectiveHandlerMapping pMapping,
TypeConverterFactory pTypeConverterFactory,
Class pClass,
RequestProcessorFactoryFactory.RequestProcessorFactory pFactory,
Method[] pMethods,
String[][] pSignatures,
String pMethodHelp)
Creates a new instance.
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()
.
getSignatures
public String[][] getSignatures()
throws XmlRpcException
- getSignatures in interface XmlRpcMetaDataHandler
- An array of arrays. Any element in the outer
array is a signature. The elements in the inner array
are being concatenated with commas. The inner arrays
first element is the return type, followed by the
parameter types.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.