public class ReflectiveXmlRpcHandler extends Object implements XmlRpcHandler
XmlRpcHandler.| Constructor and Description |
|---|
ReflectiveXmlRpcHandler(AbstractReflectiveHandlerMapping pMapping,
TypeConverterFactory pTypeConverterFactory,
Class pClass,
RequestProcessorFactoryFactory.RequestProcessorFactory pFactory,
Method[] pMethods)
Creates a new instance.
|
public ReflectiveXmlRpcHandler(AbstractReflectiveHandlerMapping pMapping, TypeConverterFactory pTypeConverterFactory, Class pClass, RequestProcessorFactoryFactory.RequestProcessorFactory pFactory, 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.public Object execute(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcHandlerexecute in interface XmlRpcHandlerpRequest - The request being performed (method name and
parameters.)XmlRpcException - Performing the request failed.Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.