Package | Description |
---|---|
org.apache.axis.wsdl.symbolTable | |
org.apache.axis.wsdl.toJava |
Modifier and Type | Field and Description |
---|---|
Parameter |
Parameters.returnParam
Field returnParam
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static String |
Utils.getConstructorForParam(Parameter param,
SymbolTable symbolTable,
BooleanHolder bThrow)
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.
|
static String |
Utils.getParameterTypeName(Parameter parm)
Get the parameter type name.
|
static 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.
|
static String |
Utils.holder(Parameter p,
Emitter emitter)
Given a type, return the Java mapping of that type's holder.
|
protected void |
JavaStubWriter.writeOutputAssign(PrintWriter pw,
String target,
Parameter param,
String source)
writeOutputAssign
|
Copyright © The Apache Software Foundation. All Rights Reserved.