Class ReflectiveXmlRpcHandler.MethodData

  • Enclosing class:
    ReflectiveXmlRpcHandler

    private static class ReflectiveXmlRpcHandler.MethodData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodData​(java.lang.reflect.Method pMethod, 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
    • Constructor Detail

      • MethodData

        MethodData​(java.lang.reflect.Method pMethod,
                   TypeConverterFactory pTypeConverterFactory)