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

Uses in package org.apache.axis.wsdl.symbolTable

Methods with return type org.apache.axis.wsdl.symbolTable.Parameters

Parameters
SymbolTable.getOperationParameters(Operation operation, String namespace, BindingEntry bindingEntry)
For the given operation, this method returns the parameter info conveniently collated.
Parameters
BindingEntry.getParameters(Operation operation)
Get the Parameters object for the given operation.

Uses in package org.apache.axis.wsdl.toJava

Methods with parameter type org.apache.axis.wsdl.symbolTable.Parameters

void
JavaSkelWriter.writeOperation(PrintWriter pw, BindingOperation operation, Parameters parms, String soapAction, String namespace)
Write the skeleton code for the given operation.
void
JavaStubWriter.writeOperation(PrintWriter pw, BindingOperation operation, Parameters parms, String soapAction, String opStyle, boolean oneway, int opIndex)
Write the stub code for the given operation.
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.
void
JavaImplWriter.writeOperation(PrintWriter pw, Parameters parms)
Write the implementation template for the given operation.
void
JavaStubWriter.writeParameters(PrintWriter pw, Parameters parms)
Method writeParameters
void
Method writeResponseHandling

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