Uses of Class
org.apache.axis.description.ParameterDesc
-
Packages that use ParameterDesc Package Description org.apache.axis.deployment.wsdd org.apache.axis.description org.apache.axis.message org.apache.axis.wsdl.fromJava -
-
Uses of ParameterDesc in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return ParameterDesc Modifier and Type Method Description ParameterDescWSDDParameter. getParameter()Methods in org.apache.axis.deployment.wsdd with parameters of type ParameterDesc Modifier and Type Method Description voidWSDDParameter. setParameter(ParameterDesc parameter)Constructors in org.apache.axis.deployment.wsdd with parameters of type ParameterDesc Constructor Description WSDDParameter(ParameterDesc parameter) -
Uses of ParameterDesc in org.apache.axis.description
Methods in org.apache.axis.description that return ParameterDesc Modifier and Type Method Description ParameterDescOperationDesc. getInputParamByQName(QName qname)ParameterDescOperationDesc. getOutputParamByQName(QName qname)ParameterDescOperationDesc. getParamByQName(QName qname)ParameterDescOperationDesc. getParameter(int i)ParameterDescOperationDesc. getReturnParamDesc()Methods in org.apache.axis.description with parameters of type ParameterDesc Modifier and Type Method Description voidOperationDesc. addParameter(ParameterDesc param)Constructors in org.apache.axis.description with parameters of type ParameterDesc Constructor Description OperationDesc(java.lang.String name, ParameterDesc[] parameters, QName returnQName)"Complete" constructorParameterDesc(ParameterDesc copy)Constructor-copy -
Uses of ParameterDesc in org.apache.axis.message
Methods in org.apache.axis.message that return ParameterDesc Modifier and Type Method Description ParameterDescRPCParam. getParamDesc()Methods in org.apache.axis.message with parameters of type ParameterDesc Modifier and Type Method Description voidRPCParam. setParamDesc(ParameterDesc paramDesc) -
Uses of ParameterDesc in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava with parameters of type ParameterDesc Modifier and Type Method Description java.lang.StringEmitter. writePartToMessage(javax.wsdl.Definition def, javax.wsdl.Message msg, boolean request, ParameterDesc param)Create a Partprotected javax.wsdl.extensions.soap.SOAPHeaderEmitter. writeSOAPHeader(ParameterDesc p, QName messageQName, java.lang.String partName)Create a SOAPHeader element
-