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

Packages that use Parameter
org.apache.axis.wsdl.symbolTable   
org.apache.axis.wsdl.toJava   
 

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

Fields in org.apache.axis.wsdl.symbolTable declared as Parameter
 Parameter Parameters.returnParam
           
 

Uses of Parameter in org.apache.axis.wsdl.toJava
 

Methods in org.apache.axis.wsdl.toJava with parameters of type Parameter
static java.lang.String Utils.getParameterTypeName(Parameter parm)
          Get the parameter type name.
static QName Utils.getXSIType(Parameter param)
          Get the QName that could be used in the xsi:type when serializing an object for this parameter/return
static java.lang.String Utils.getConstructorForParam(Parameter param, SymbolTable symbolTable, BooleanHolder bThrow)
          Return a constructor for the provided Parameter This string will be suitable for assignment:
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.