public class ReflectiveXmlRpcHandler
extends java.lang.Object
XmlRpcHandler.| Constructor and Description |
|---|
ReflectiveXmlRpcHandler(AbstractReflectiveHandlerMapping pMapping,
TypeConverterFactory pTypeConverterFactory,
java.lang.Class pClass,
RequestProcessorFactoryFactory.RequestProcessorFactory pFactory,
java.lang.reflect.Method[] pMethods)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(XmlRpcRequest pRequest) |
public ReflectiveXmlRpcHandler(AbstractReflectiveHandlerMapping pMapping, TypeConverterFactory pTypeConverterFactory, java.lang.Class pClass, RequestProcessorFactoryFactory.RequestProcessorFactory pFactory, java.lang.reflect.Method[] pMethods)
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.