psdi.iface.webservices.action

Class ReflectUtil

  • java.lang.Object
    • psdi.iface.webservices.action.ReflectUtil


  • public class ReflectUtil
    extends java.lang.Object
    Utility class to introspect and obtain iformation about Web Service methods. Uses Reflection as well as JSR 181 Annotations
    • Constructor Summary

      Constructors 
      Constructor and Description
      ReflectUtil() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.Map getWebMethodsMap(java.lang.String maxServiceName, java.lang.Class clazz) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReflectUtil

        public ReflectUtil()
    • Method Detail

      • getWebMethodsMap

        public static java.util.Map getWebMethodsMap(java.lang.String maxServiceName,
                                                     java.lang.Class clazz)
                                              throws MXException
        Throws:
        MXException