org.apache.axis2.wsdl.java2wsdl.bytecode
Class MethodTable

java.lang.Object
  extended byorg.apache.axis2.wsdl.java2wsdl.bytecode.MethodTable

public class MethodTable
extends Object


Constructor Summary
MethodTable(Class cls)
           
 
Method Summary
 String[] getParameterNames(String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTable

public MethodTable(Class cls)
            throws Exception
Method Detail

getParameterNames

public String[] getParameterNames(String methodName)