| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.server.ReflectiveXmlRpcHandler
public class ReflectiveXmlRpcHandler
Default implementation of XmlRpcHandler.
| Constructor Summary | |
|---|---|
| ReflectiveXmlRpcHandler(AbstractReflectiveHandlerMapping pMapping,
                        TypeConverterFactory pTypeConverterFactory,
                        java.lang.Class pClass,
                        RequestProcessorFactoryFactory.RequestProcessorFactory pFactory,
                        java.lang.reflect.Method[] pMethods)Creates a new instance. | |
| Method Summary | |
|---|---|
|  java.lang.Object | execute(XmlRpcRequest pRequest)Performs the request and returns the result object. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
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.| Method Detail | 
|---|
public java.lang.Object execute(XmlRpcRequest pRequest)
                         throws XmlRpcException
XmlRpcHandler
execute in interface XmlRpcHandlerpRequest - The request being performed (method name and
 parameters.)
XmlRpcException - Performing the request failed.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||