com.bowstreet.webapp.util
Class MethodInfoHelper

java.lang.Object
  extended by com.bowstreet.webapp.util.MethodInfoHelper

public class MethodInfoHelper
extends java.lang.Object

Class that gets method argument and return information, given a method ID. Supports LJO's, linked models.


Field Summary
static int SMALLEST_LJO_PARAM_SET
           
static int STANDARD
           
 
Constructor Summary
MethodInfoHelper(WebApp webApp, java.lang.String methodID)
          Construct with full method ID and WebApp
MethodInfoHelper(WebApp webApp, java.lang.String methodID, int option)
          Construct with WebApp, methodId and option.
 
Method Summary
 java.lang.String[] getArgumentTypes()
          Get array of argument types.
 java.lang.String getReturnType()
          Get return type of the method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SMALLEST_LJO_PARAM_SET

public static int SMALLEST_LJO_PARAM_SET

STANDARD

public static int STANDARD
Constructor Detail

MethodInfoHelper

public MethodInfoHelper(WebApp webApp,
                        java.lang.String methodID)
Construct with full method ID and WebApp


MethodInfoHelper

public MethodInfoHelper(WebApp webApp,
                        java.lang.String methodID,
                        int option)
Construct with WebApp, methodId and option.

Method Detail

getArgumentTypes

public java.lang.String[] getArgumentTypes()
Get array of argument types.

Returns:
array of argument types

getReturnType

public java.lang.String getReturnType()
Get return type of the method.

Returns:
return type


Copyright © 2009 IBM. All Rights Reserved.