ch.ralscha.extdirectspring.util
Class MethodInfo

java.lang.Object
  extended by ch.ralscha.extdirectspring.util.MethodInfo

public class MethodInfo
extends Object

Object holds information about a method like the method itself and a list of parameters

Author:
Ralph Schaer

Constructor Summary
MethodInfo(Class<?> clazz, Method method)
           
 
Method Summary
 Class<?> getCollectionType()
           
 String getForwardPath()
           
 Method getMethod()
           
 List<ParameterInfo> getParameters()
           
 boolean isType(ExtDirectMethodType methodType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(Class<?> clazz,
                  Method method)
Method Detail

getMethod

public Method getMethod()

getForwardPath

public String getForwardPath()

getParameters

public List<ParameterInfo> getParameters()

getCollectionType

public Class<?> getCollectionType()

isType

public boolean isType(ExtDirectMethodType methodType)


Copyright © 2010-2011. All Rights Reserved.