org.apache.xmlrpc.server
Class ReflectiveXmlRpcHandler.MethodData

java.lang.Object
  extended by org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.MethodData
Enclosing class:
ReflectiveXmlRpcHandler

private static class ReflectiveXmlRpcHandler.MethodData
extends java.lang.Object


Field Summary
(package private)  java.lang.reflect.Method method
           
(package private)  org.apache.xmlrpc.common.TypeConverter[] typeConverters
           
 
Constructor Summary
ReflectiveXmlRpcHandler.MethodData(java.lang.reflect.Method pMethod, org.apache.xmlrpc.common.TypeConverterFactory pTypeConverterFactory)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

final java.lang.reflect.Method method

typeConverters

final org.apache.xmlrpc.common.TypeConverter[] typeConverters
Constructor Detail

ReflectiveXmlRpcHandler.MethodData

ReflectiveXmlRpcHandler.MethodData(java.lang.reflect.Method pMethod,
                                   org.apache.xmlrpc.common.TypeConverterFactory pTypeConverterFactory)