com.gomjabbar.xml.binding
Class IntrospectionHelper

java.lang.Object
  |
  +--com.gomjabbar.xml.binding.IntrospectionHelper

public class IntrospectionHelper
extends java.lang.Object


Constructor Summary
IntrospectionHelper()
           
 
Method Summary
static java.lang.reflect.Method[] findAllMethods(java.lang.Class c, java.lang.String name, java.lang.Class[] parameters, java.lang.Class returnType)
           
static java.lang.reflect.Method findMethod(java.lang.Class c, java.lang.String name, java.lang.Class[] parameters, java.lang.Class returnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectionHelper

public IntrospectionHelper()
Method Detail

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class c,
                                                  java.lang.String name,
                                                  java.lang.Class[] parameters,
                                                  java.lang.Class returnType)
                                           throws java.lang.NoSuchMethodError

findAllMethods

public static java.lang.reflect.Method[] findAllMethods(java.lang.Class c,
                                                        java.lang.String name,
                                                        java.lang.Class[] parameters,
                                                        java.lang.Class returnType)
                                                 throws java.lang.NoSuchMethodError