Uses of Class org.apache.axis.wsdl.symbolTable.Parameter

Uses in package org.apache.axis.wsdl.symbolTable

Fields of type org.apache.axis.wsdl.symbolTable.Parameter

Parameter
Field returnParam

Uses in package org.apache.axis.wsdl.toJava

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
Utils.getResponseString(Parameter param, String var)
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
JavaStubWriter.writeOutputAssign(PrintWriter pw, String target, Parameter param, String source)
writeOutputAssign

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.