org.apache.axis2.description.java2wsdl.bytecode |
|
Java Source File Name | Type | Comment |
ChainedParamReader.java | Class | Description: In ParamReader class, user cannot get inherited method parameter
from the class they passed in for performance reasons This class
is walks up the inheritance chain. |
ClassReader.java | Class | This is the class file reader for obtaining the parameter names
for declared methods in a class. |
MethodTable.java | Class | |
ParamNameExtractor.java | Class | This class retrieves function parameter names from bytecode built with
debugging symbols. |
ParamReader.java | Class | This is the class file reader for obtaining the parameter names
for declared methods in a class. |