Uses of Class
org.apache.axis.wsdl.symbolTable.Parameters
Packages that use Parameters
-
Uses of Parameters in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return ParametersModifier and TypeMethodDescriptionSymbolTable.getOperationParameters
(javax.wsdl.Operation operation, String namespace, BindingEntry bindingEntry) For the given operation, this method returns the parameter info conveniently collated.BindingEntry.getParameters
(javax.wsdl.Operation operation) Get the Parameters object for the given operation. -
Uses of Parameters in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava with parameters of type ParametersModifier and TypeMethodDescriptionprotected void
JavaDeployWriter.writeOperation
(PrintWriter pw, String javaOperName, QName elementQName, QName returnQName, QName returnType, Parameters params, QName bindingQName, ArrayList faults, String SOAPAction) Raw routine that writes out the operation and parameters.protected void
JavaImplWriter.writeOperation
(PrintWriter pw, Parameters parms) Write the implementation template for the given operation.protected void
JavaSkelWriter.writeOperation
(PrintWriter pw, javax.wsdl.BindingOperation operation, Parameters parms, String soapAction, String namespace) Write the skeleton code for the given operation.protected void
JavaStubWriter.writeOperation
(PrintWriter pw, javax.wsdl.BindingOperation operation, Parameters parms, String soapAction, String opStyle, boolean oneway, int opIndex) Write the stub code for the given operation.protected void
JavaStubWriter.writeParameters
(PrintWriter pw, Parameters parms) Method writeParametersprotected void
JavaStubWriter.writeResponseHandling
(PrintWriter pw, Parameters parms) Method writeResponseHandling