Uses of Class
org.apache.axis.wsdl.symbolTable.Parameter
-
Packages that use Parameter Package Description 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 Modifier and Type Field Description ParameterParameters. returnParamField returnParam -
Uses of Parameter in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava with parameters of type Parameter Modifier and Type Method Description static java.lang.StringUtils. getConstructorForParam(Parameter param, SymbolTable symbolTable, BooleanHolder bThrow)Return a constructor for the provided Parameter This string will be suitable for assignment:static java.lang.StringUtils. getParameterTypeName(Parameter parm)Get the parameter type name.static java.lang.StringUtils. getResponseString(Parameter param, java.lang.String var)Return the Object variable 'var' cast to the appropriate type doing the right thing for the primitive types.static QNameUtils. getXSIType(Parameter param)Get the QName that could be used in the xsi:type when serializing an object for this parameter/returnstatic java.lang.StringUtils. holder(Parameter p, Emitter emitter)Given a type, return the Java mapping of that type's holder.protected voidJavaStubWriter. writeOutputAssign(java.io.PrintWriter pw, java.lang.String target, Parameter param, java.lang.String source)writeOutputAssign
-