Classes | Public Member Functions | Private Member Functions | Private Attributes
org.apache.xmlrpc.server.ReflectiveXmlRpcHandler Class Reference
Inheritance diagram for org.apache.xmlrpc.server.ReflectiveXmlRpcHandler:
Inheritance graph
[legend]

List of all members.

Classes

class  MethodData

Public Member Functions

Object execute (XmlRpcRequest pRequest) throws XmlRpcException
 ReflectiveXmlRpcHandler (AbstractReflectiveHandlerMapping pMapping, TypeConverterFactory pTypeConverterFactory, Class pClass, RequestProcessorFactory pFactory, Method[] pMethods)

Private Member Functions

Object getInstance (XmlRpcRequest pRequest) throws XmlRpcException
Object invoke (Object pInstance, Method pMethod, Object[] pArgs) throws XmlRpcException

Private Attributes

final Class clazz
final
AbstractReflectiveHandlerMapping 
mapping
final MethodData[] methods
final RequestProcessorFactory requestProcessorFactory

Detailed Description

Default implementation of XmlRpcHandler.

Definition at line 38 of file ReflectiveXmlRpcHandler.java.


Constructor & Destructor Documentation

org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.ReflectiveXmlRpcHandler ( AbstractReflectiveHandlerMapping  pMapping,
TypeConverterFactory  pTypeConverterFactory,
Class  pClass,
RequestProcessorFactory  pFactory,
Method[]  pMethods 
) [inline]

Creates a new instance.

Parameters:
pMappingThe mapping, which creates this handler.
pClassThe 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.
pMethodsThe method, which will be invoked for executing the handler.

Definition at line 65 of file ReflectiveXmlRpcHandler.java.


Member Function Documentation

Performs the request and returns the result object.

Parameters:
pRequestThe request being performed (method name and parameters.)
Returns:
The result object.
Exceptions:
XmlRpcExceptionPerforming the request failed.

Implements org.apache.xmlrpc.XmlRpcHandler.

Definition at line 81 of file ReflectiveXmlRpcHandler.java.

Definition at line 77 of file ReflectiveXmlRpcHandler.java.

Object org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.invoke ( Object  pInstance,
Method  pMethod,
Object[]  pArgs 
) throws XmlRpcException [inline, private]

Definition at line 113 of file ReflectiveXmlRpcHandler.java.


Member Data Documentation

Definition at line 53 of file ReflectiveXmlRpcHandler.java.

Definition at line 51 of file ReflectiveXmlRpcHandler.java.

Definition at line 52 of file ReflectiveXmlRpcHandler.java.

Definition at line 54 of file ReflectiveXmlRpcHandler.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50