Frames | No Frames |
Fields of type org.apache.axis.wsdl.symbolTable.Parameter | |
Parameter | Field returnParam |
Methods with parameter type org.apache.axis.wsdl.symbolTable.Parameter | |
String | Return a constructor for the provided Parameter
This string will be suitable for assignment:
Foo var = string returned
Handles basic java types (int, float, etc), wrapper types (Integer, etc)
and certain java.math (BigDecimal, BigInteger) types. |
String | Get the parameter type name. |
String | Return the Object variable 'var' cast to the appropriate type
doing the right thing for the primitive types. |
QName | Get the QName that could be used in the xsi:type
when serializing an object for this parameter/return
|
String | Given a type, return the Java mapping of that type's holder. |
void | writeOutputAssign
|